Html Css Color HEX #FC0CBD Shocking Pink

📋 copy color: '#FC0CBD'

red 252 ◦ green 12 ◦ blue 189

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

Shades of Shocking Pink #FC0CBD

Tints of Shocking Pink #FC0CBD

RGB

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

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

 BLUE value IS 189 (74.22% from 255) = 41.72%

R = 55.63%
G = 2.65%
B = 41.72%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.25

 K value IS 0.01

RGB Variations

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

Color information

#FC0CBD (or 0xFC0CBD) is known color: Shocking Pink. HEX triplet: FC, 0C and BD. RGB value is (252,12,189). Sum of RGB (Red+Green+Blue) = 252+12+189=453 (60% of max value = 765). Red value is 252 (98.83% from 255 or 55.63% from 453); Green value is 12 (5.08% from 255 or 2.65% from 453); Blue value is 189 (74.22% from 255 or 41.72% from 453); Max value from RGB is 252 - color contains mainly: red. Hex color #FC0CBD is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #FC0CBD is #03F342. Grayscale: #676767. Windows color (decimal): -258883 or 12389628. OLE color: 12389628.

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

Color convert

RGB 252 12 189 -
CMYK 0 0.95 0.25 0.01
HSL 315.75º 0.98% 0.52% -
HSV(B) 315.75º 0.95% 0.99% -
XYZ 49.46 24.63 50.29 -
YUV 103.94 176.01 233.61 -
System Red Green Blue C M Y K H S L
Decimal 252 12 189 0 0.95 0.25 0.01 315.75 0.98 0.52
Hex FC C BD 0 5F 19 1 13C 62 34
Octal 374 14 275 0 137 31 1 474 142 64
Binary 11111100 1100 10111101 0 1011111 11001 1 100111100 1100010 110100

Color Harmonies of #FC0CBD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC0CBD

Black with #FC0CBD

Text Example


Text Example

White with #FC0CBD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC0CBD; }

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

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

background-color css

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

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

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

border-color css

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

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

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