Html Css Color HEX #FC20C2 Shocking Pink

📋 copy color: '#FC20C2'

red 252 ◦ green 32 ◦ blue 194

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

Shades of Shocking Pink #FC20C2

Tints of Shocking Pink #FC20C2

RGB

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

 GREEN value IS 32 (12.89% from 255) = 6.69%

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

R = 52.72%
G = 6.69%
B = 40.59%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.23

 K value IS 0.01

RGB Variations

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

Color information

#FC20C2 (or 0xFC20C2) is known color: Shocking Pink. HEX triplet: FC, 20 and C2. RGB value is (252,32,194). Sum of RGB (Red+Green+Blue) = 252+32+194=478 (63% of max value = 765). Red value is 252 (98.83% from 255 or 52.72% from 478); Green value is 32 (12.89% from 255 or 6.69% from 478); Blue value is 194 (76.17% from 255 or 40.59% from 478); Max value from RGB is 252 - color contains mainly: red. Hex color #FC20C2 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FC20C2 is #03DF3D. Grayscale: #737373. Windows color (decimal): -253758 or 12722428. OLE color: 12722428.

HSL color Cylindrical-coordinate representation of color #FC20C2: hue angle of 315.82º degrees, saturation: 0.97, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #FC20C2 is Cyan = 0, Magento = 0.87, Yellow = 0.23 and Black (K on CMYK) = 0.01.

Color convert

RGB 252 32 194 -
CMYK 0 0.87 0.23 0.01
HSL 315.82º 0.97% 0.56% -
HSV(B) 315.82º 0.87% 0.99% -
XYZ 50.4 25.62 53.33 -
YUV 116.25 171.89 224.83 -
System Red Green Blue C M Y K H S L
Decimal 252 32 194 0 0.87 0.23 0.01 315.82 0.97 0.56
Hex FC 20 C2 0 57 17 1 13C 61 38
Octal 374 40 302 0 127 27 1 474 141 70
Binary 11111100 100000 11000010 0 1010111 10111 1 100111100 1100001 111000

Color Harmonies of #FC20C2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC20C2

Black with #FC20C2

Text Example


Text Example

White with #FC20C2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC20C2; }

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

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

background-color css

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

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

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

border-color css

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

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

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