#F096BF

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

Shades of Shocking #F096BF

Tints of Shocking #F096BF

Color information

#F096BF (or 0xF096BF) is unknown color: approx Shocking. HEX triplet: F0, 96 and BF. RGB value is (240,150,191). Sum of RGB (Red+Green+Blue) = 240+150+191=581 (76% of max value = 765). Red value is 240 (94.14% from 255 or 41.31% from 581); Green value is 150 (58.98% from 255 or 25.82% from 581); Blue value is 191 (75% from 255 or 32.87% from 581); Max value from RGB is 240 - color contains mainly: red. Hex color #F096BF is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F096BF is #0F6940. Grayscale: #B5B5B5. Windows color (decimal): -1009985 or 12556016. OLE color: 12556016.

HSL color Cylindrical-coordinate representation of color #F096BF: hue angle of 332.67º degrees, saturation: 0.75, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #F096BF is Cyan = 0, Magento = 0.37, Yellow = 0.20 and Black (K on CMYK) = 0.06.

Color convert

RGB240150191-
CMYK00.370.200.06
HSL332.67º75%76.47%-
HSV(B)332.67º37.5%94.12%-
XYZ56.2544.154.84-
YUV181.58133.32169.67-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 41.31%
GREEN value IS 150 (58.98% from 255) = 25.82%
BLUE value IS 191 (75% from 255) = 32.87%
R=41.31%
G=25.82%
B=32.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.20
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal24015019100.370.200.06332.677576.47
HexF096BF02514614d4b4c
Octal360226277045246515113114
Binary11110000100101101011111101001011010011010100110110010111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F096BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F096BF; }

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

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

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

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

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

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

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

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