#f09dbf

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

Shades of Shocking #F09DBF

Tints of Shocking #F09DBF

Color information

#F09DBF (or 0xF09DBF) is unknown color: approx Shocking. HEX triplet: F0, 9D and BF. RGB value is (240,157,191). Sum of RGB (Red+Green+Blue) = 240+157+191=588 (77% of max value = 765). Red value is 240 (94.14% from 255 or 40.82% from 588); Green value is 157 (61.72% from 255 or 26.70% from 588); Blue value is 191 (75% from 255 or 32.48% from 588); Max value from RGB is 240 - color contains mainly: red. Hex color #F09DBF is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F09DBF is #0F6240. Grayscale: #B9B9B9. Windows color (decimal): -1008193 or 12557808. OLE color: 12557808.

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

Color convert

RGB240157191-
CMYK00.350.200.06
HSL335.42º73.45%77.84%-
HSV(B)335.42º34.58%94.12%-
XYZ57.446.455.22-
YUV185.69131166.74-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 40.82%
GREEN value IS 157 (61.72% from 255) = 26.70%
BLUE value IS 191 (75% from 255) = 32.48%
R=40.82%
G=26.70%
B=32.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.20
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal24015719100.350.200.06335.4273.4577.84
HexF09DBF02314614f494e
Octal360235277043246517111116
Binary11110000100111011011111101000111010011010100111110010011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #f09dbf

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #f09dbf; }

 p { color: rgb(240,157,191); }

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

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

 a { background-color: rgb(240,157,191); }

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

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

 span { border-color: rgb(240,157,191); }

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