Html Css Color HEX #FC19D5 Shocking Pink

📋 copy color: '#FC19D5'

red 252 ◦ green 25 ◦ blue 213

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

Shades of Shocking Pink #FC19D5

Tints of Shocking Pink #FC19D5

RGB

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

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

 BLUE value IS 213 (83.59% from 255) = 43.47%

R = 51.43%
G = 5.1%
B = 43.47%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.15

 K value IS 0.01

RGB Variations

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

Color information

#FC19D5 (or 0xFC19D5) is known color: Shocking Pink. HEX triplet: FC, 19 and D5. RGB value is (252,25,213). Sum of RGB (Red+Green+Blue) = 252+25+213=490 (64% of max value = 765). Red value is 252 (98.83% from 255 or 51.43% from 490); Green value is 25 (10.16% from 255 or 5.10% from 490); Blue value is 213 (83.59% from 255 or 43.47% from 490); Max value from RGB is 252 - color contains mainly: red. Hex color #FC19D5 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #FC19D5 is #03E62A. Grayscale: #717171. Windows color (decimal): -255531 or 13965820. OLE color: 13965820.

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

Color convert

RGB 252 25 213 -
CMYK 0 0.90 0.15 0.01
HSL 310.31º 0.97% 0.54% -
HSV(B) 310.31º 0.9% 0.99% -
XYZ 52.5 26.19 65.24 -
YUV 114.31 183.71 226.21 -
System Red Green Blue C M Y K H S L
Decimal 252 25 213 0 0.90 0.15 0.01 310.31 0.97 0.54
Hex FC 19 D5 0 5A F 1 136 61 36
Octal 374 31 325 0 132 17 1 466 141 66
Binary 11111100 11001 11010101 0 1011010 1111 1 100110110 1100001 110110

Color Harmonies of #FC19D5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC19D5

Black with #FC19D5

Text Example


Text Example

White with #FC19D5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC19D5; }

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

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

background-color css

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

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

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

border-color css

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

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

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