Html Css Color HEX #FC0C99 Deep Pink

📋 copy color: '#FC0C99'

red 252 ◦ green 12 ◦ blue 153

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

Shades of Deep Pink #FC0C99

Tints of Deep Pink #FC0C99

RGB

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

 GREEN value IS 12 (5.08% from 255) = 2.88%

 BLUE value IS 153 (60.16% from 255) = 36.69%

R = 60.43%
G = 2.88%
B = 36.69%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.39

 K value IS 0.01

RGB Variations

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

Color information

#FC0C99 (or 0xFC0C99) is known color: Deep Pink. HEX triplet: FC, 0C and 99. RGB value is (252,12,153). Sum of RGB (Red+Green+Blue) = 252+12+153=417 (55% of max value = 765). Red value is 252 (98.83% from 255 or 60.43% from 417); Green value is 12 (5.08% from 255 or 2.88% from 417); Blue value is 153 (60.16% from 255 or 36.69% from 417); Max value from RGB is 252 - color contains mainly: red. Hex color #FC0C99 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FC0C99 is #03F366. Grayscale: #636363. Windows color (decimal): -258919 or 10030332. OLE color: 10030332.

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

Color convert

RGB 252 12 153 -
CMYK 0 0.95 0.39 0.01
HSL 324.75º 0.98% 0.52% -
HSV(B) 324.75º 0.95% 0.99% -
XYZ 46.03 23.26 32.2 -
YUV 99.83 158.01 236.54 -
System Red Green Blue C M Y K H S L
Decimal 252 12 153 0 0.95 0.39 0.01 324.75 0.98 0.52
Hex FC C 99 0 5F 27 1 145 62 34
Octal 374 14 231 0 137 47 1 505 142 64
Binary 11111100 1100 10011001 0 1011111 100111 1 101000101 1100010 110100

Color Harmonies of #FC0C99

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC0C99

Black with #FC0C99

Text Example


Text Example

White with #FC0C99

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC0C99; }

 p { color: rgb(252,12,153); }

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

background-color css

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

 a { background-color: rgb(252,12,153); }

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

border-color css

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

 span { border-color: rgb(252,12,153); }

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