Html Css Color HEX #FC0CB9 Shocking Pink

📋 copy color: '#FC0CB9'

red 252 ◦ green 12 ◦ blue 185

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

Shades of Shocking Pink #FC0CB9

Tints of Shocking Pink #FC0CB9

RGB

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

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

 BLUE value IS 185 (72.66% from 255) = 41.2%

R = 56.12%
G = 2.67%
B = 41.2%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.27

 K value IS 0.01

RGB Variations

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

Color information

#FC0CB9 (or 0xFC0CB9) is known color: Shocking Pink. HEX triplet: FC, 0C and B9. RGB value is (252,12,185). Sum of RGB (Red+Green+Blue) = 252+12+185=449 (59% of max value = 765). Red value is 252 (98.83% from 255 or 56.12% from 449); Green value is 12 (5.08% from 255 or 2.67% from 449); Blue value is 185 (72.66% from 255 or 41.20% from 449); Max value from RGB is 252 - color contains mainly: red. Hex color #FC0CB9 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #FC0CB9 is #03F346. Grayscale: #676767. Windows color (decimal): -258887 or 12127484. OLE color: 12127484.

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

Color convert

RGB 252 12 185 -
CMYK 0 0.95 0.27 0.01
HSL 316.75º 0.98% 0.52% -
HSV(B) 316.75º 0.95% 0.99% -
XYZ 49.03 24.46 48.04 -
YUV 103.48 174.01 233.93 -
System Red Green Blue C M Y K H S L
Decimal 252 12 185 0 0.95 0.27 0.01 316.75 0.98 0.52
Hex FC C B9 0 5F 1B 1 13D 62 34
Octal 374 14 271 0 137 33 1 475 142 64
Binary 11111100 1100 10111001 0 1011111 11011 1 100111101 1100010 110100

Color Harmonies of #FC0CB9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC0CB9

Black with #FC0CB9

Text Example


Text Example

White with #FC0CB9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC0CB9; }

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

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

background-color css

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

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

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

border-color css

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

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

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