#F099BB

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

Shades of Shocking #F099BB

Tints of Shocking #F099BB

Color information

#F099BB (or 0xF099BB) is unknown color: approx Shocking. HEX triplet: F0, 99 and BB. RGB value is (240,153,187). Sum of RGB (Red+Green+Blue) = 240+153+187=580 (76% of max value = 765). Red value is 240 (94.14% from 255 or 41.38% from 580); Green value is 153 (60.16% from 255 or 26.38% from 580); Blue value is 187 (73.44% from 255 or 32.24% from 580); Max value from RGB is 240 - color contains mainly: red. Hex color #F099BB is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F099BB is #0F6644. Grayscale: #B6B6B6. Windows color (decimal): -1009221 or 12294640. OLE color: 12294640.

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

Color convert

RGB240153187-
CMYK00.360.220.06
HSL336.55º74.36%77.06%-
HSV(B)336.55º36.25%94.12%-
XYZ56.344.952.71-
YUV182.89130.32168.74-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 41.38%
GREEN value IS 153 (60.16% from 255) = 26.38%
BLUE value IS 187 (73.44% from 255) = 32.24%
R=41.38%
G=26.38%
B=32.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.22
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal24015318700.360.220.06336.5574.3677.06
HexF099BB0241661514a4d
Octal360231273044266521112115
Binary11110000100110011011101101001001011011010101000110010101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F099BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F099BB; }

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

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

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

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

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

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

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

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