#f118ba

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

Shades of Shocking Pink #F118BA

Tints of Shocking Pink #F118BA

Color information

#F118BA (or 0xF118BA) is unknown color: approx Shocking Pink. HEX triplet: F1, 18 and BA. RGB value is (241,24,186). Sum of RGB (Red+Green+Blue) = 241+24+186=451 (59% of max value = 765). Red value is 241 (94.53% from 255 or 53.44% from 451); Green value is 24 (9.77% from 255 or 5.32% from 451); Blue value is 186 (73.05% from 255 or 41.24% from 451); Max value from RGB is 241 - color contains mainly: red. Hex color #F118BA is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F118BA is #0EE745. Grayscale: #6A6A6A. Windows color (decimal): -976710 or 12196081. OLE color: 12196081.

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

Color convert

RGB24124186-
CMYK00.900.230.05
HSL315.21º88.57%51.96%-
HSV(B)315.21º90.04%94.51%-
XYZ45.4722.948.48-
YUV107.35172.39223.33-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 53.44%
GREEN value IS 24 (9.77% from 255) = 5.32%
BLUE value IS 186 (73.05% from 255) = 41.24%
R=53.44%
G=5.32%
B=41.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.90
Y (Yellow) values IS 0.23
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2412418600.900.230.05315.2188.5751.96
HexF118BA05A17513b5934
Octal36130272013227547313164
Binary11110001110001011101001011010101111011001110111011001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #f118ba

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #f118ba; }

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

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

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

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

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

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

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

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