color codes Logo

#f65fcc color codes

#F65FCC
(246,95,204)
0 Favorites   0 Comments

Color spaces of #f65fcc

RGB 24695204
HSL0.880.890.67
HSV317°61°96°
CMYK 0.000.610.17   0.04
XYZ52.997332.136960.5365
Yxy32.13690.36380.2206
Hunter Lab56.689467.6680-23.6310
CIE-Lab63.455969.0544-27.4629

#f65fcc color RGB value is (246,95,204).

#f65fcc hex color red value is 246, green value is 95 and the blue value of its RGB is 204. Cylindrical-coordinate representations (also known as HSL) of color #f65fcc hue: 0.88 , saturation: 0.89 and the lightness value of f65fcc is 0.67.

The process color (four color CMYK) of #f65fcc color code is 0.00, 0.61, 0.17, 0.04. Web safe color of #f65fcc is #ff66cc. Color #f65fcc contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110110 01011111 11001100
Octal 366 137 314
Decimal 246 95 204
Hex F6 5F CC

RGB Percentages of Color #f65fcc

%45.14
%17.43
%37.43

CMYK Percentages of Color #f65fcc

%0
%61
%17
%4

Triadic Colors of #f65fcc

#f65fcc #ccf65f #5fccf6

Analogous Colors of #f65fcc

#f65fcc #f65f81 #d55ff6

Monochromatic Colors of #f65fcc

#f65fcc

Complementary Color

#f65fcc #5ff689

#f65fcc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f65fcc Color Preview on White Background

Lorem ipsum dolor sit amet.

#f65fcc Color CSS Codes

.mybgcolor {background-color:#f65fcc; } 
.myforecolor {color:#f65fcc; }
.mybordercolor {border:3px solid #f65fcc; }

#f65fcc Text Font Color

<p style="color:#f65fcc">Text here</p>

This sample text font color is #f65fcc
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.


#f65fcc Background Color

<div style="background-color:#f65fcc">
Div content here</div>

This div background color is #f65fcc


#f65fcc Border Color

<div style="border:3px solid #f65fcc">
Div here</div>

This div border color is #f65fcc


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(246,95,204, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #f65fcc; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #f65fcc;
  -webkit-box-shadow: 1px 1px 3px 2px #f65fcc;
  box-shadow:         1px 1px 3px 2px #f65fcc; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(246,95,204, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #f65fcc">Text here</p>

This text has shadow with hex values.


Div Box Shadow

<div style="-moz-box-shadow: 1px 1px 3px 2px #f65fcc;
  -webkit-box-shadow: 1px 1px 3px 2px #f65fcc;
  box-shadow:         1px 1px 3px 2px #f65fcc;">
Div content here</div>

This div box has shadow with color #f65fcc


Comments

No comments written yet.

Please login to write comment.