#F119D0

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

Shades of Shocking Pink #F119D0

Tints of Shocking Pink #F119D0

Color information

#F119D0 (or 0xF119D0) is unknown color: approx Shocking Pink. HEX triplet: F1, 19 and D0. RGB value is (241,25,208). Sum of RGB (Red+Green+Blue) = 241+25+208=474 (62% of max value = 765). Red value is 241 (94.53% from 255 or 50.84% from 474); Green value is 25 (10.16% from 255 or 5.27% from 474); Blue value is 208 (81.64% from 255 or 43.88% from 474); Max value from RGB is 241 - color contains mainly: red. Hex color #F119D0 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F119D0 is #0EE62F. Grayscale: #6D6D6D. Windows color (decimal): -976432 or 13638129. OLE color: 13638129.

HSL color Cylindrical-coordinate representation of color #F119D0: hue angle of 309.17º degrees, saturation: 0.89, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #F119D0 is Cyan = 0, Magento = 0.90, Yellow = 0.14 and Black (K on CMYK) = 0.05.

Color convert

RGB24125208-
CMYK00.900.140.05
HSL309.17º88.52%52.16%-
HSV(B)309.17º89.63%94.51%-
XYZ48.0123.9561.77-
YUV110.45183.06221.12-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 50.84%
GREEN value IS 25 (10.16% from 255) = 5.27%
BLUE value IS 208 (81.64% from 255) = 43.88%
R=50.84%
G=5.27%
B=43.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.90
Y (Yellow) values IS 0.14
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2412520800.900.140.05309.1788.5252.16
HexF119D005AE51355934
Octal36131320013216546513164
Binary1111000111001110100000101101011101011001101011011001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F119D0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F119D0; }

 p { color: rgb(241,25,208); }

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

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

 a { background-color: rgb(241,25,208); }

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

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

 span { border-color: rgb(241,25,208); }

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