Html Css Color HEX #FC0CC5 Shocking Pink

📋 copy color: '#FC0CC5'

red 252 ◦ green 12 ◦ blue 197

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

Shades of Shocking Pink #FC0CC5

Tints of Shocking Pink #FC0CC5

RGB

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

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

 BLUE value IS 197 (77.34% from 255) = 42.73%

R = 54.66%
G = 2.6%
B = 42.73%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.22

 K value IS 0.01

RGB Variations

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

Color information

#FC0CC5 (or 0xFC0CC5) is known color: Shocking Pink. HEX triplet: FC, 0C and C5. RGB value is (252,12,197). Sum of RGB (Red+Green+Blue) = 252+12+197=461 (61% of max value = 765). Red value is 252 (98.83% from 255 or 54.66% from 461); Green value is 12 (5.08% from 255 or 2.60% from 461); Blue value is 197 (77.34% from 255 or 42.73% from 461); Max value from RGB is 252 - color contains mainly: red. Hex color #FC0CC5 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #FC0CC5 is #03F33A. Grayscale: #686868. Windows color (decimal): -258875 or 12913916. OLE color: 12913916.

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

Color convert

RGB 252 12 197 -
CMYK 0 0.95 0.22 0.01
HSL 313.75º 0.98% 0.52% -
HSV(B) 313.75º 0.95% 0.99% -
XYZ 50.35 24.99 54.99 -
YUV 104.85 180.01 232.96 -
System Red Green Blue C M Y K H S L
Decimal 252 12 197 0 0.95 0.22 0.01 313.75 0.98 0.52
Hex FC C C5 0 5F 16 1 13A 62 34
Octal 374 14 305 0 137 26 1 472 142 64
Binary 11111100 1100 11000101 0 1011111 10110 1 100111010 1100010 110100

Color Harmonies of #FC0CC5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC0CC5

Black with #FC0CC5

Text Example


Text Example

White with #FC0CC5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC0CC5; }

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

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

background-color css

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

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

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

border-color css

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

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

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