#F119BB

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

Shades of Shocking Pink #F119BB

Tints of Shocking Pink #F119BB

Color information

#F119BB (or 0xF119BB) is unknown color: approx Shocking Pink. HEX triplet: F1, 19 and BB. RGB value is (241,25,187). Sum of RGB (Red+Green+Blue) = 241+25+187=453 (60% of max value = 765). Red value is 241 (94.53% from 255 or 53.20% from 453); Green value is 25 (10.16% from 255 or 5.52% from 453); Blue value is 187 (73.44% from 255 or 41.28% from 453); Max value from RGB is 241 - color contains mainly: red. Hex color #F119BB is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F119BB is #0EE644. Grayscale: #6B6B6B. Windows color (decimal): -976453 or 12261873. OLE color: 12261873.

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

Color convert

RGB24125187-
CMYK00.900.220.05
HSL315º88.52%52.16%-
HSV(B)315º89.63%94.51%-
XYZ45.5922.9849.05-
YUV108.05172.56222.83-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 53.20%
GREEN value IS 25 (10.16% from 255) = 5.52%
BLUE value IS 187 (73.44% from 255) = 41.28%
R=53.20%
G=5.52%
B=41.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.90
Y (Yellow) values IS 0.22
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2412518700.900.220.0531588.5252.16
HexF119BB05A16513b5934
Octal36131273013226547313164
Binary11110001110011011101101011010101101011001110111011001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F119BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F119BB; }

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

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

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

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

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

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

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

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