#F098BA

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

Shades of Shocking #F098BA

Tints of Shocking #F098BA

Color information

#F098BA (or 0xF098BA) is unknown color: approx Shocking. HEX triplet: F0, 98 and BA. RGB value is (240,152,186). Sum of RGB (Red+Green+Blue) = 240+152+186=578 (76% of max value = 765). Red value is 240 (94.14% from 255 or 41.52% from 578); Green value is 152 (59.77% from 255 or 26.30% from 578); Blue value is 186 (73.05% from 255 or 32.18% from 578); Max value from RGB is 240 - color contains mainly: red. Hex color #F098BA is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F098BA is #0F6745. Grayscale: #B6B6B6. Windows color (decimal): -1009478 or 12228848. OLE color: 12228848.

HSL color Cylindrical-coordinate representation of color #F098BA: hue angle of 336.82º degrees, saturation: 0.75, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #F098BA is Cyan = 0, Magento = 0.37, Yellow = 0.22 and Black (K on CMYK) = 0.06.

Color convert

RGB240152186-
CMYK00.370.220.06
HSL336.82º74.58%76.86%-
HSV(B)336.82º36.67%94.12%-
XYZ56.0344.5352.1-
YUV182.19130.15169.24-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 41.52%
GREEN value IS 152 (59.77% from 255) = 26.30%
BLUE value IS 186 (73.05% from 255) = 32.18%
R=41.52%
G=26.30%
B=32.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.22
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal24015218600.370.220.06336.8274.5876.86
HexF098BA0251661514b4d
Octal360230272045266521113115
Binary11110000100110001011101001001011011011010101000110010111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F098BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F098BA; }

 p { color: rgb(240,152,186); }

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

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

 a { background-color: rgb(240,152,186); }

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

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

 span { border-color: rgb(240,152,186); }

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