#F09FBF

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

Shades of Shocking #F09FBF

Tints of Shocking #F09FBF

Color information

#F09FBF (or 0xF09FBF) is unknown color: approx Shocking. HEX triplet: F0, 9F and BF. RGB value is (240,159,191). Sum of RGB (Red+Green+Blue) = 240+159+191=590 (78% of max value = 765). Red value is 240 (94.14% from 255 or 40.68% from 590); Green value is 159 (62.5% from 255 or 26.95% from 590); Blue value is 191 (75% from 255 or 32.37% from 590); Max value from RGB is 240 - color contains mainly: red. Hex color #F09FBF is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F09FBF is #0F6040. Grayscale: #BABABA. Windows color (decimal): -1007681 or 12558320. OLE color: 12558320.

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

Color convert

RGB240159191-
CMYK00.340.200.06
HSL336.3º72.97%78.24%-
HSV(B)336.3º33.75%94.12%-
XYZ57.7447.0855.34-
YUV186.87130.34165.9-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 40.68%
GREEN value IS 159 (62.5% from 255) = 26.95%
BLUE value IS 191 (75% from 255) = 32.37%
R=40.68%
G=26.95%
B=32.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.20
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal24015919100.340.200.06336.372.9778.24
HexF09FBF022146150494e
Octal360237277042246520111116
Binary11110000100111111011111101000101010011010101000010010011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F09FBF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F09FBF; }

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

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

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

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

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

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

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

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