#F09FBE

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

Shades of Shocking #F09FBE

Tints of Shocking #F09FBE

Color information

#F09FBE (or 0xF09FBE) is unknown color: approx Shocking. HEX triplet: F0, 9F and BE. RGB value is (240,159,190). Sum of RGB (Red+Green+Blue) = 240+159+190=589 (78% of max value = 765). Red value is 240 (94.14% from 255 or 40.75% from 589); Green value is 159 (62.5% from 255 or 26.99% from 589); Blue value is 190 (74.61% from 255 or 32.26% from 589); Max value from RGB is 240 - color contains mainly: red. Hex color #F09FBE is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F09FBE is #0F6041. Grayscale: #BABABA. Windows color (decimal): -1007682 or 12492784. OLE color: 12492784.

HSL color Cylindrical-coordinate representation of color #F09FBE: hue angle of 337.04º degrees, saturation: 0.73, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #F09FBE is Cyan = 0, Magento = 0.34, Yellow = 0.21 and Black (K on CMYK) = 0.06.

Color convert

RGB240159190-
CMYK00.340.210.06
HSL337.04º72.97%78.24%-
HSV(B)337.04º33.75%94.12%-
XYZ57.6347.0454.76-
YUV186.75129.84165.98-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 40.75%
GREEN value IS 159 (62.5% from 255) = 26.99%
BLUE value IS 190 (74.61% from 255) = 32.26%
R=40.75%
G=26.99%
B=32.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.21
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal24015919000.340.210.06337.0472.9778.24
HexF09FBE022156151494e
Octal360237276042256521111116
Binary11110000100111111011111001000101010111010101000110010011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F09FBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F09FBE; }

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

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

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

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

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

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

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

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