Html Css Color HEX #FC19CC Shocking Pink

📋 copy color: '#FC19CC'

red 252 ◦ green 25 ◦ blue 204

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

Shades of Shocking Pink #FC19CC

Tints of Shocking Pink #FC19CC

RGB

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

 GREEN value IS 25 (10.16% from 255) = 5.2%

 BLUE value IS 204 (80.08% from 255) = 42.41%

R = 52.39%
G = 5.2%
B = 42.41%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.19

 K value IS 0.01

RGB Variations

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

Color information

#FC19CC (or 0xFC19CC) is known color: Shocking Pink. HEX triplet: FC, 19 and CC. RGB value is (252,25,204). Sum of RGB (Red+Green+Blue) = 252+25+204=481 (63% of max value = 765). Red value is 252 (98.83% from 255 or 52.39% from 481); Green value is 25 (10.16% from 255 or 5.20% from 481); Blue value is 204 (80.08% from 255 or 42.41% from 481); Max value from RGB is 252 - color contains mainly: red. Hex color #FC19CC is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #FC19CC is #03E633. Grayscale: #707070. Windows color (decimal): -255540 or 13375996. OLE color: 13375996.

HSL color Cylindrical-coordinate representation of color #FC19CC: hue angle of 312.69º degrees, saturation: 0.97, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #FC19CC is Cyan = 0, Magento = 0.90, Yellow = 0.19 and Black (K on CMYK) = 0.01.

Color convert

RGB 252 25 204 -
CMYK 0 0.90 0.19 0.01
HSL 312.69º 0.97% 0.54% -
HSV(B) 312.69º 0.9% 0.99% -
XYZ 51.39 25.75 59.39 -
YUV 113.28 179.21 226.95 -
System Red Green Blue C M Y K H S L
Decimal 252 25 204 0 0.90 0.19 0.01 312.69 0.97 0.54
Hex FC 19 CC 0 5A 13 1 139 61 36
Octal 374 31 314 0 132 23 1 471 141 66
Binary 11111100 11001 11001100 0 1011010 10011 1 100111001 1100001 110110

Color Harmonies of #FC19CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC19CC

Black with #FC19CC

Text Example


Text Example

White with #FC19CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC19CC; }

 p { color: rgb(252,25,204); }

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

background-color css

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

 a { background-color: rgb(252,25,204); }

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

border-color css

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

 span { border-color: rgb(252,25,204); }

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