Html Css Color HEX #FC0694 Deep Pink

📋 copy color: '#FC0694'

red 252 ◦ green 6 ◦ blue 148

#FC0694
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Deep Pink #FC0694

Tints of Deep Pink #FC0694

RGB

 RED value IS 252 (98.83% from 255) = 62.07%

 GREEN value IS 6 (2.73% from 255) = 1.48%

 BLUE value IS 148 (58.2% from 255) = 36.45%

R = 62.07%
G = 1.48%
B = 36.45%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.41

 K value IS 0.01

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#FC0694 (or 0xFC0694) is known color: Deep Pink. HEX triplet: FC, 06 and 94. RGB value is (252,6,148). Sum of RGB (Red+Green+Blue) = 252+6+148=406 (53% of max value = 765). Red value is 252 (98.83% from 255 or 62.07% from 406); Green value is 6 (2.73% from 255 or 1.48% from 406); Blue value is 148 (58.20% from 255 or 36.45% from 406); Max value from RGB is 252 - color contains mainly: red. Hex color #FC0694 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FC0694 is #03F96B. Grayscale: #5F5F5F. Windows color (decimal): -260460 or 9701116. OLE color: 9701116.

HSL color Cylindrical-coordinate representation of color #FC0694: hue angle of 325.37º degrees, saturation: 0.98, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #FC0694 is Cyan = 0, Magento = 0.98, Yellow = 0.41 and Black (K on CMYK) = 0.01.

Color convert

RGB 252 6 148 -
CMYK 0 0.98 0.41 0.01
HSL 325.37º 0.98% 0.51% -
HSV(B) 325.37º 0.98% 0.99% -
XYZ 45.56 22.96 30.05 -
YUV 95.74 157.5 239.45 -
System Red Green Blue C M Y K H S L
Decimal 252 6 148 0 0.98 0.41 0.01 325.37 0.98 0.51
Hex FC 6 94 0 62 29 1 145 62 33
Octal 374 6 224 0 142 51 1 505 142 63
Binary 11111100 110 10010100 0 1100010 101001 1 101000101 1100010 110011

Color Harmonies of #FC0694

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC0694

Black with #FC0694

Text Example


Text Example

White with #FC0694

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC0694; }

 p { color: rgb(252,6,148); }

 H1.HeaderClassName
 {
   color: #FC0694;
 }
 .AnyTagClassName
 {
   color: #FC0694;
 }
</style>

background-color css

<style>
 a { background-color: #FC0694; }

 a { background-color: rgb(252,6,148); }

 div.DivClassName
 {
   background-color: #FC0694;
 }
 .BgClassName
 {
   background-color: #FC0694;
 }
</style>

border-color css

<style>
 span { border-color: #FC0694; }

 span { border-color: rgb(252,6,148); }

 td.TdClassName
 {
   border-color: #FC0694;
 }
 .TagClassName
 {
   border-color: #FC0694;
 }
</style>