#F113B8

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

Shades of Shocking Pink #F113B8

Tints of Shocking Pink #F113B8

Color information

#F113B8 (or 0xF113B8) is unknown color: approx Shocking Pink. HEX triplet: F1, 13 and B8. RGB value is (241,19,184). Sum of RGB (Red+Green+Blue) = 241+19+184=444 (58% of max value = 765). Red value is 241 (94.53% from 255 or 54.28% from 444); Green value is 19 (7.81% from 255 or 4.28% from 444); Blue value is 184 (72.27% from 255 or 41.44% from 444); Max value from RGB is 241 - color contains mainly: red. Hex color #F113B8 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F113B8 is #0EEC47. Grayscale: #676767. Windows color (decimal): -977992 or 12063729. OLE color: 12063729.

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

Color convert

RGB24119184-
CMYK00.920.240.05
HSL315.41º88.8%50.98%-
HSV(B)315.41º92.12%94.51%-
XYZ45.1622.6347.33-
YUV104.19173.05225.58-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 54.28%
GREEN value IS 19 (7.81% from 255) = 4.28%
BLUE value IS 184 (72.27% from 255) = 41.44%
R=54.28%
G=4.28%
B=41.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.92
Y (Yellow) values IS 0.24
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2411918400.920.240.05315.4188.850.98
HexF113B805C18513b5933
Octal36123270013430547313163
Binary11110001100111011100001011100110001011001110111011001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F113B8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F113B8; }

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

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

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

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

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

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

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

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