Html Css Color HEX #FC0C92 Deep Pink

📋 copy color: '#FC0C92'

red 252 ◦ green 12 ◦ blue 146

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

Shades of Deep Pink #FC0C92

Tints of Deep Pink #FC0C92

RGB

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

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

 BLUE value IS 146 (57.42% from 255) = 35.61%

R = 61.46%
G = 2.93%
B = 35.61%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.42

 K value IS 0.01

RGB Variations

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

Color information

#FC0C92 (or 0xFC0C92) is known color: Deep Pink. HEX triplet: FC, 0C and 92. RGB value is (252,12,146). Sum of RGB (Red+Green+Blue) = 252+12+146=410 (54% of max value = 765). Red value is 252 (98.83% from 255 or 61.46% from 410); Green value is 12 (5.08% from 255 or 2.93% from 410); Blue value is 146 (57.42% from 255 or 35.61% from 410); Max value from RGB is 252 - color contains mainly: red. Hex color #FC0C92 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FC0C92 is #03F36D. Grayscale: #626262. Windows color (decimal): -258926 or 9571580. OLE color: 9571580.

HSL color Cylindrical-coordinate representation of color #FC0C92: hue angle of 326.5º 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 #FC0C92 is Cyan = 0, Magento = 0.95, Yellow = 0.42 and Black (K on CMYK) = 0.01.

Color convert

RGB 252 12 146 -
CMYK 0 0.95 0.42 0.01
HSL 326.5º 0.98% 0.52% -
HSV(B) 326.5º 0.95% 0.99% -
XYZ 45.46 23.03 29.24 -
YUV 99.04 154.51 237.1 -
System Red Green Blue C M Y K H S L
Decimal 252 12 146 0 0.95 0.42 0.01 326.5 0.98 0.52
Hex FC C 92 0 5F 2A 1 146 62 34
Octal 374 14 222 0 137 52 1 506 142 64
Binary 11111100 1100 10010010 0 1011111 101010 1 101000110 1100010 110100

Color Harmonies of #FC0C92

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC0C92

Black with #FC0C92

Text Example


Text Example

White with #FC0C92

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC0C92; }

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

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

background-color css

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

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

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

border-color css

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

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

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