Html Css Color HEX #FC20C9 Shocking Pink

📋 copy color: '#FC20C9'

red 252 ◦ green 32 ◦ blue 201

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

Shades of Shocking Pink #FC20C9

Tints of Shocking Pink #FC20C9

RGB

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

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

 BLUE value IS 201 (78.91% from 255) = 41.44%

R = 51.96%
G = 6.6%
B = 41.44%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.20

 K value IS 0.01

RGB Variations

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

Color information

#FC20C9 (or 0xFC20C9) is known color: Shocking Pink. HEX triplet: FC, 20 and C9. RGB value is (252,32,201). Sum of RGB (Red+Green+Blue) = 252+32+201=485 (64% of max value = 765). Red value is 252 (98.83% from 255 or 51.96% from 485); Green value is 32 (12.89% from 255 or 6.60% from 485); Blue value is 201 (78.91% from 255 or 41.44% from 485); Max value from RGB is 252 - color contains mainly: red. Hex color #FC20C9 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FC20C9 is #03DF36. Grayscale: #747474. Windows color (decimal): -253751 or 13181180. OLE color: 13181180.

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

Color convert

RGB 252 32 201 -
CMYK 0 0.87 0.20 0.01
HSL 313.91º 0.97% 0.56% -
HSV(B) 313.91º 0.87% 0.99% -
XYZ 51.2 25.95 57.57 -
YUV 117.05 175.39 224.26 -
System Red Green Blue C M Y K H S L
Decimal 252 32 201 0 0.87 0.20 0.01 313.91 0.97 0.56
Hex FC 20 C9 0 57 14 1 13A 61 38
Octal 374 40 311 0 127 24 1 472 141 70
Binary 11111100 100000 11001001 0 1010111 10100 1 100111010 1100001 111000

Color Harmonies of #FC20C9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC20C9

Black with #FC20C9

Text Example


Text Example

White with #FC20C9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC20C9; }

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

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

background-color css

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

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

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

border-color css

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

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

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