#F099BE

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

Shades of Shocking #F099BE

Tints of Shocking #F099BE

Color information

#F099BE (or 0xF099BE) is unknown color: approx Shocking. HEX triplet: F0, 99 and BE. RGB value is (240,153,190). Sum of RGB (Red+Green+Blue) = 240+153+190=583 (77% of max value = 765). Red value is 240 (94.14% from 255 or 41.17% from 583); Green value is 153 (60.16% from 255 or 26.24% from 583); Blue value is 190 (74.61% from 255 or 32.59% from 583); Max value from RGB is 240 - color contains mainly: red. Hex color #F099BE is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F099BE is #0F6641. Grayscale: #B7B7B7. Windows color (decimal): -1009218 or 12491248. OLE color: 12491248.

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

Color convert

RGB240153190-
CMYK00.360.210.06
HSL334.48º74.36%77.06%-
HSV(B)334.48º36.25%94.12%-
XYZ56.6245.0354.42-
YUV183.23131.82168.49-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 41.17%
GREEN value IS 153 (60.16% from 255) = 26.24%
BLUE value IS 190 (74.61% from 255) = 32.59%
R=41.17%
G=26.24%
B=32.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.21
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal24015319000.360.210.06334.4874.3677.06
HexF099BE02415614e4a4d
Octal360231276044256516112115
Binary11110000100110011011111001001001010111010100111010010101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F099BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F099BE; }

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

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

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

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

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

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

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

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