Html Css Color HEX #FC0CC2 Shocking Pink

📋 copy color: '#FC0CC2'

red 252 ◦ green 12 ◦ blue 194

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

Shades of Shocking Pink #FC0CC2

Tints of Shocking Pink #FC0CC2

RGB

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

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

 BLUE value IS 194 (76.17% from 255) = 42.36%

R = 55.02%
G = 2.62%
B = 42.36%

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

#FC0CC2 (or 0xFC0CC2) is known color: Shocking Pink. HEX triplet: FC, 0C and C2. RGB value is (252,12,194). Sum of RGB (Red+Green+Blue) = 252+12+194=458 (60% of max value = 765). Red value is 252 (98.83% from 255 or 55.02% from 458); Green value is 12 (5.08% from 255 or 2.62% from 458); Blue value is 194 (76.17% from 255 or 42.36% from 458); Max value from RGB is 252 - color contains mainly: red. Hex color #FC0CC2 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #FC0CC2 is #03F33D. Grayscale: #686868. Windows color (decimal): -258878 or 12717308. OLE color: 12717308.

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

Color convert

RGB 252 12 194 -
CMYK 0 0.95 0.23 0.01
HSL 314.5º 0.98% 0.52% -
HSV(B) 314.5º 0.95% 0.99% -
XYZ 50.01 24.85 53.2 -
YUV 104.51 178.51 233.2 -
System Red Green Blue C M Y K H S L
Decimal 252 12 194 0 0.95 0.23 0.01 314.5 0.98 0.52
Hex FC C C2 0 5F 17 1 13A 62 34
Octal 374 14 302 0 137 27 1 472 142 64
Binary 11111100 1100 11000010 0 1011111 10111 1 100111010 1100010 110100

Color Harmonies of #FC0CC2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC0CC2

Black with #FC0CC2

Text Example


Text Example

White with #FC0CC2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC0CC2; }

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

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

background-color css

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

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

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

border-color css

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

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

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