#F09ABF

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

Shades of Shocking #F09ABF

Tints of Shocking #F09ABF

Color information

#F09ABF (or 0xF09ABF) is unknown color: approx Shocking. HEX triplet: F0, 9A and BF. RGB value is (240,154,191). Sum of RGB (Red+Green+Blue) = 240+154+191=585 (77% of max value = 765). Red value is 240 (94.14% from 255 or 41.03% from 585); Green value is 154 (60.55% from 255 or 26.32% from 585); Blue value is 191 (75% from 255 or 32.65% from 585); Max value from RGB is 240 - color contains mainly: red. Hex color #F09ABF is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F09ABF is #0F6540. Grayscale: #B7B7B7. Windows color (decimal): -1008961 or 12557040. OLE color: 12557040.

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

Color convert

RGB240154191-
CMYK00.360.200.06
HSL334.19º74.14%77.25%-
HSV(B)334.19º35.83%94.12%-
XYZ56.8945.455.05-
YUV183.93131.99167.99-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 41.03%
GREEN value IS 154 (60.55% from 255) = 26.32%
BLUE value IS 191 (75% from 255) = 32.65%
R=41.03%
G=26.32%
B=32.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.20
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal24015419100.360.200.06334.1974.1477.25
HexF09ABF02414614e4a4d
Octal360232277044246516112115
Binary11110000100110101011111101001001010011010100111010010101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F09ABF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F09ABF; }

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

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

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

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

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

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

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

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