Html Css Color HEX #FC19D1 Shocking Pink

📋 copy color: '#FC19D1'

red 252 ◦ green 25 ◦ blue 209

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

Shades of Shocking Pink #FC19D1

Tints of Shocking Pink #FC19D1

RGB

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

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

 BLUE value IS 209 (82.03% from 255) = 43%

R = 51.85%
G = 5.14%
B = 43%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.17

 K value IS 0.01

RGB Variations

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

Color information

#FC19D1 (or 0xFC19D1) is known color: Shocking Pink. HEX triplet: FC, 19 and D1. RGB value is (252,25,209). Sum of RGB (Red+Green+Blue) = 252+25+209=486 (64% of max value = 765). Red value is 252 (98.83% from 255 or 51.85% from 486); Green value is 25 (10.16% from 255 or 5.14% from 486); Blue value is 209 (82.03% from 255 or 43.00% from 486); Max value from RGB is 252 - color contains mainly: red. Hex color #FC19D1 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #FC19D1 is #03E62E. Grayscale: #717171. Windows color (decimal): -255535 or 13703676. OLE color: 13703676.

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

Color convert

RGB 252 25 209 -
CMYK 0 0.90 0.17 0.01
HSL 311.37º 0.97% 0.54% -
HSV(B) 311.37º 0.9% 0.99% -
XYZ 52 25.99 62.6 -
YUV 113.85 181.71 226.54 -
System Red Green Blue C M Y K H S L
Decimal 252 25 209 0 0.90 0.17 0.01 311.37 0.97 0.54
Hex FC 19 D1 0 5A 11 1 137 61 36
Octal 374 31 321 0 132 21 1 467 141 66
Binary 11111100 11001 11010001 0 1011010 10001 1 100110111 1100001 110110

Color Harmonies of #FC19D1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC19D1

Black with #FC19D1

Text Example


Text Example

White with #FC19D1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC19D1; }

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

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

background-color css

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

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

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

border-color css

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

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

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