#F113BB

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

Shades of Shocking Pink #F113BB

Tints of Shocking Pink #F113BB

Color information

#F113BB (or 0xF113BB) is unknown color: approx Shocking Pink. HEX triplet: F1, 13 and BB. RGB value is (241,19,187). Sum of RGB (Red+Green+Blue) = 241+19+187=447 (59% of max value = 765). Red value is 241 (94.53% from 255 or 53.91% from 447); Green value is 19 (7.81% from 255 or 4.25% from 447); Blue value is 187 (73.44% from 255 or 41.83% from 447); Max value from RGB is 241 - color contains mainly: red. Hex color #F113BB is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F113BB is #0EEC44. Grayscale: #686868. Windows color (decimal): -977989 or 12260337. OLE color: 12260337.

HSL color Cylindrical-coordinate representation of color #F113BB: hue angle of 314.59º degrees, saturation: 0.89, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #F113BB is Cyan = 0, Magento = 0.92, Yellow = 0.22 and Black (K on CMYK) = 0.05.

Color convert

RGB24119187-
CMYK00.920.220.05
HSL314.59º88.8%50.98%-
HSV(B)314.59º92.12%94.51%-
XYZ45.4822.7549.01-
YUV104.53174.55225.34-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 53.91%
GREEN value IS 19 (7.81% from 255) = 4.25%
BLUE value IS 187 (73.44% from 255) = 41.83%
R=53.91%
G=4.25%
B=41.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.92
Y (Yellow) values IS 0.22
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2411918700.920.220.05314.5988.850.98
HexF113BB05C16513b5933
Octal36123273013426547313163
Binary11110001100111011101101011100101101011001110111011001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F113BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F113BB; }

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

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

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

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

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

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

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

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