Html Css Color HEX #FC0CB5 Shocking Pink

📋 copy color: '#FC0CB5'

red 252 ◦ green 12 ◦ blue 181

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

Shades of Shocking Pink #FC0CB5

Tints of Shocking Pink #FC0CB5

RGB

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

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

 BLUE value IS 181 (71.09% from 255) = 40.67%

R = 56.63%
G = 2.7%
B = 40.67%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.28

 K value IS 0.01

RGB Variations

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

Color information

#FC0CB5 (or 0xFC0CB5) is known color: Shocking Pink. HEX triplet: FC, 0C and B5. RGB value is (252,12,181). Sum of RGB (Red+Green+Blue) = 252+12+181=445 (58% of max value = 765). Red value is 252 (98.83% from 255 or 56.63% from 445); Green value is 12 (5.08% from 255 or 2.70% from 445); Blue value is 181 (71.09% from 255 or 40.67% from 445); Max value from RGB is 252 - color contains mainly: red. Hex color #FC0CB5 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #FC0CB5 is #03F34A. Grayscale: #666666. Windows color (decimal): -258891 or 11865340. OLE color: 11865340.

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

Color convert

RGB 252 12 181 -
CMYK 0 0.95 0.28 0.01
HSL 317.75º 0.98% 0.52% -
HSV(B) 317.75º 0.95% 0.99% -
XYZ 48.62 24.29 45.84 -
YUV 103.03 172.01 234.26 -
System Red Green Blue C M Y K H S L
Decimal 252 12 181 0 0.95 0.28 0.01 317.75 0.98 0.52
Hex FC C B5 0 5F 1C 1 13E 62 34
Octal 374 14 265 0 137 34 1 476 142 64
Binary 11111100 1100 10110101 0 1011111 11100 1 100111110 1100010 110100

Color Harmonies of #FC0CB5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC0CB5

Black with #FC0CB5

Text Example


Text Example

White with #FC0CB5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC0CB5; }

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

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

background-color css

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

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

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

border-color css

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

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

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