#F095B2

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

Shades of Illusion #F095B2

Tints of Illusion #F095B2

Color information

#F095B2 (or 0xF095B2) is unknown color: approx Illusion. HEX triplet: F0, 95 and B2. RGB value is (240,149,178). Sum of RGB (Red+Green+Blue) = 240+149+178=567 (75% of max value = 765). Red value is 240 (94.14% from 255 or 42.33% from 567); Green value is 149 (58.59% from 255 or 26.28% from 567); Blue value is 178 (69.92% from 255 or 31.39% from 567); Max value from RGB is 240 - color contains mainly: red. Hex color #F095B2 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F095B2 is #0F6A4D. Grayscale: #B3B3B3. Windows color (decimal): -1010254 or 11703792. OLE color: 11703792.

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

Color convert

RGB240149178-
CMYK00.380.260.06
HSL340.88º75.21%76.27%-
HSV(B)340.88º37.92%94.12%-
XYZ54.7243.2347.58-
YUV179.52127.15171.14-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 42.33%
GREEN value IS 149 (58.59% from 255) = 26.28%
BLUE value IS 178 (69.92% from 255) = 31.39%
R=42.33%
G=26.28%
B=31.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.26
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal24014917800.380.260.06340.8875.2176.27
HexF095B20261A61554b4c
Octal360225262046326525113114
Binary11110000100101011011001001001101101011010101010110010111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F095B2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F095B2; }

 p { color: rgb(240,149,178); }

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

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

 a { background-color: rgb(240,149,178); }

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

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

 span { border-color: rgb(240,149,178); }

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