#F097BB

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

Shades of Shocking #F097BB

Tints of Shocking #F097BB

Color information

#F097BB (or 0xF097BB) is unknown color: approx Shocking. HEX triplet: F0, 97 and BB. RGB value is (240,151,187). Sum of RGB (Red+Green+Blue) = 240+151+187=578 (76% of max value = 765). Red value is 240 (94.14% from 255 or 41.52% from 578); Green value is 151 (59.38% from 255 or 26.12% from 578); Blue value is 187 (73.44% from 255 or 32.35% from 578); Max value from RGB is 240 - color contains mainly: red. Hex color #F097BB is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F097BB is #0F6844. Grayscale: #B5B5B5. Windows color (decimal): -1009733 or 12294128. OLE color: 12294128.

HSL color Cylindrical-coordinate representation of color #F097BB: hue angle of 335.73º 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 #F097BB is Cyan = 0, Magento = 0.37, Yellow = 0.22 and Black (K on CMYK) = 0.06.

Color convert

RGB240151187-
CMYK00.370.220.06
HSL335.73º74.79%76.67%-
HSV(B)335.73º37.08%94.12%-
XYZ55.9744.2552.6-
YUV181.72130.99169.57-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 41.52%
GREEN value IS 151 (59.38% from 255) = 26.12%
BLUE value IS 187 (73.44% from 255) = 32.35%
R=41.52%
G=26.12%
B=32.35%

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
Decimal24015118700.370.220.06335.7374.7976.67
HexF097BB0251661504b4d
Octal360227273045266520113115
Binary11110000100101111011101101001011011011010101000010010111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F097BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F097BB; }

 p { color: rgb(240,151,187); }

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

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

 a { background-color: rgb(240,151,187); }

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

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

 span { border-color: rgb(240,151,187); }

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