Html Css Color HEX #FC0CC3 Shocking Pink

📋 copy color: '#FC0CC3'

red 252 ◦ green 12 ◦ blue 195

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

Shades of Shocking Pink #FC0CC3

Tints of Shocking Pink #FC0CC3

RGB

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

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

 BLUE value IS 195 (76.56% from 255) = 42.48%

R = 54.9%
G = 2.61%
B = 42.48%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.23

 K value IS 0.01

RGB Variations

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

Color information

#FC0CC3 (or 0xFC0CC3) is known color: Shocking Pink. HEX triplet: FC, 0C and C3. RGB value is (252,12,195). Sum of RGB (Red+Green+Blue) = 252+12+195=459 (60% of max value = 765). Red value is 252 (98.83% from 255 or 54.90% from 459); Green value is 12 (5.08% from 255 or 2.61% from 459); Blue value is 195 (76.56% from 255 or 42.48% from 459); Max value from RGB is 252 - color contains mainly: red. Hex color #FC0CC3 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #FC0CC3 is #03F33C. Grayscale: #686868. Windows color (decimal): -258877 or 12782844. OLE color: 12782844.

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

Color convert

RGB 252 12 195 -
CMYK 0 0.95 0.23 0.01
HSL 314.25º 0.98% 0.52% -
HSV(B) 314.25º 0.95% 0.99% -
XYZ 50.13 24.9 53.79 -
YUV 104.62 179.01 233.12 -
System Red Green Blue C M Y K H S L
Decimal 252 12 195 0 0.95 0.23 0.01 314.25 0.98 0.52
Hex FC C C3 0 5F 17 1 13A 62 34
Octal 374 14 303 0 137 27 1 472 142 64
Binary 11111100 1100 11000011 0 1011111 10111 1 100111010 1100010 110100

Color Harmonies of #FC0CC3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC0CC3

Black with #FC0CC3

Text Example


Text Example

White with #FC0CC3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC0CC3; }

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

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

background-color css

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

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

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

border-color css

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

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

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