Html Css Color HEX #FC0CCB Shocking Pink

📋 copy color: '#FC0CCB'

red 252 ◦ green 12 ◦ blue 203

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

Shades of Shocking Pink #FC0CCB

Tints of Shocking Pink #FC0CCB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 43.47%

R = 53.96%
G = 2.57%
B = 43.47%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.19

 K value IS 0.01

RGB Variations

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

Color information

#FC0CCB (or 0xFC0CCB) is known color: Shocking Pink. HEX triplet: FC, 0C and CB. RGB value is (252,12,203). Sum of RGB (Red+Green+Blue) = 252+12+203=467 (61% of max value = 765). Red value is 252 (98.83% from 255 or 53.96% from 467); Green value is 12 (5.08% from 255 or 2.57% from 467); Blue value is 203 (79.69% from 255 or 43.47% from 467); Max value from RGB is 252 - color contains mainly: red. Hex color #FC0CCB is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #FC0CCB is #03F334. Grayscale: #696969. Windows color (decimal): -258869 or 13307132. OLE color: 13307132.

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

Color convert

RGB 252 12 203 -
CMYK 0 0.95 0.19 0.01
HSL 312.25º 0.98% 0.52% -
HSV(B) 312.25º 0.95% 0.99% -
XYZ 51.06 25.27 58.69 -
YUV 105.53 183.01 232.47 -
System Red Green Blue C M Y K H S L
Decimal 252 12 203 0 0.95 0.19 0.01 312.25 0.98 0.52
Hex FC C CB 0 5F 13 1 138 62 34
Octal 374 14 313 0 137 23 1 470 142 64
Binary 11111100 1100 11001011 0 1011111 10011 1 100111000 1100010 110100

Color Harmonies of #FC0CCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC0CCB

Black with #FC0CCB

Text Example


Text Example

White with #FC0CCB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC0CCB; }

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

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

background-color css

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

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

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

border-color css

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

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

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