#F118D2

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

Shades of Shocking Pink #F118D2

Tints of Shocking Pink #F118D2

Color information

#F118D2 (or 0xF118D2) is unknown color: approx Shocking Pink. HEX triplet: F1, 18 and D2. RGB value is (241,24,210). Sum of RGB (Red+Green+Blue) = 241+24+210=475 (62% of max value = 765). Red value is 241 (94.53% from 255 or 50.74% from 475); Green value is 24 (9.77% from 255 or 5.05% from 475); Blue value is 210 (82.42% from 255 or 44.21% from 475); Max value from RGB is 241 - color contains mainly: red. Hex color #F118D2 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F118D2 is #0EE72D. Grayscale: #6D6D6D. Windows color (decimal): -976686 or 13768945. OLE color: 13768945.

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

Color convert

RGB24124210-
CMYK00.900.130.05
HSL308.57º88.57%51.96%-
HSV(B)308.57º90.04%94.51%-
XYZ48.2424.0163.06-
YUV110.09184.39221.38-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 50.74%
GREEN value IS 24 (9.77% from 255) = 5.05%
BLUE value IS 210 (82.42% from 255) = 44.21%
R=50.74%
G=5.05%
B=44.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.90
Y (Yellow) values IS 0.13
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2412421000.900.130.05308.5788.5751.96
HexF118D205AD51355934
Octal36130322013215546513164
Binary1111000111000110100100101101011011011001101011011001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F118D2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F118D2; }

 p { color: rgb(241,24,210); }

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

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

 a { background-color: rgb(241,24,210); }

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

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

 span { border-color: rgb(241,24,210); }

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