#F519D1

Color #F519D1 Shocking Pink (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Shocking Pink #F519D1

Tints of Shocking Pink #F519D1

Color information

#F519D1 (or 0xF519D1) is unknown color: approx Shocking Pink. HEX triplet: F5, 19 and D1. RGB value is (245,25,209). Sum of RGB (Red+Green+Blue) = 245+25+209=479 (63% of max value = 765). Red value is 245 (96.09% from 255 or 51.15% from 479); Green value is 25 (10.16% from 255 or 5.22% from 479); Blue value is 209 (82.03% from 255 or 43.63% from 479); Max value from RGB is 245 - color contains mainly: red. Hex color #F519D1 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F519D1 is #0AE62E. Grayscale: #6F6F6F. Windows color (decimal): -714287 or 13703669. OLE color: 13703669.

HSL color Cylindrical-coordinate representation of color #F519D1: hue angle of 309.82º degrees, saturation: 0.92, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #F519D1 is Cyan = 0, Magento = 0.90, Yellow = 0.15 and Black (K on CMYK) = 0.04.

Color convert

RGB24525209-
CMYK00.900.150.04
HSL309.82º91.67%52.94%-
HSV(B)309.82º89.8%96.08%-
XYZ49.5124.7162.48-
YUV111.76182.89223.04-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 51.15%
GREEN value IS 25 (10.16% from 255) = 5.22%
BLUE value IS 209 (82.03% from 255) = 43.63%
R=51.15%
G=5.22%
B=43.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.90
Y (Yellow) values IS 0.15
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2452520900.900.150.04309.8291.6752.94
HexF519D105AF41365c35
Octal36531321013217446613465
Binary1111010111001110100010101101011111001001101101011100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F519D1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F519D1; }

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

 H1.HeaderClassName
 {
   color: #F519D1;
 }
 .AnyTagClassName
 {
   color: #F519D1;
 }
</style>
background-color css

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

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

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

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

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

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