#F09FBD

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

Shades of Shocking #F09FBD

Tints of Shocking #F09FBD

Color information

#F09FBD (or 0xF09FBD) is unknown color: approx Shocking. HEX triplet: F0, 9F and BD. RGB value is (240,159,189). Sum of RGB (Red+Green+Blue) = 240+159+189=588 (77% of max value = 765). Red value is 240 (94.14% from 255 or 40.82% from 588); Green value is 159 (62.5% from 255 or 27.04% from 588); Blue value is 189 (74.22% from 255 or 32.14% from 588); Max value from RGB is 240 - color contains mainly: red. Hex color #F09FBD is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F09FBD is #0F6042. Grayscale: #BABABA. Windows color (decimal): -1007683 or 12427248. OLE color: 12427248.

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

Color convert

RGB240159189-
CMYK00.340.210.06
HSL337.78º72.97%78.24%-
HSV(B)337.78º33.75%94.12%-
XYZ57.524754.18-
YUV186.64129.34166.06-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 40.82%
GREEN value IS 159 (62.5% from 255) = 27.04%
BLUE value IS 189 (74.22% from 255) = 32.14%
R=40.82%
G=27.04%
B=32.14%

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
Decimal24015918900.340.210.06337.7872.9778.24
HexF09FBD022156152494e
Octal360237275042256522111116
Binary11110000100111111011110101000101010111010101001010010011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F09FBD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F09FBD; }

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

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

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

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

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

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

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

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