#F095B3

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

Shades of Illusion #F095B3

Tints of Illusion #F095B3

Color information

#F095B3 (or 0xF095B3) is unknown color: approx Illusion. HEX triplet: F0, 95 and B3. RGB value is (240,149,179). Sum of RGB (Red+Green+Blue) = 240+149+179=568 (75% of max value = 765). Red value is 240 (94.14% from 255 or 42.25% from 568); Green value is 149 (58.59% from 255 or 26.23% from 568); Blue value is 179 (70.31% from 255 or 31.51% from 568); Max value from RGB is 240 - color contains mainly: red. Hex color #F095B3 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F095B3 is #0F6A4C. Grayscale: #B3B3B3. Windows color (decimal): -1010253 or 11769328. OLE color: 11769328.

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

Color convert

RGB240149179-
CMYK00.380.250.06
HSL340.22º75.21%76.27%-
HSV(B)340.22º37.92%94.12%-
XYZ54.8243.2748.11-
YUV179.63127.65171.06-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 42.25%
GREEN value IS 149 (58.59% from 255) = 26.23%
BLUE value IS 179 (70.31% from 255) = 31.51%
R=42.25%
G=26.23%
B=31.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.25
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal24014917900.380.250.06340.2275.2176.27
HexF095B30261961544b4c
Octal360225263046316524113114
Binary11110000100101011011001101001101100111010101010010010111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F095B3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F095B3; }

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

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

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

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

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

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

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

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