#F095AB

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

Shades of Illusion #F095AB

Tints of Illusion #F095AB

Color information

#F095AB (or 0xF095AB) is unknown color: approx Illusion. HEX triplet: F0, 95 and AB. RGB value is (240,149,171). Sum of RGB (Red+Green+Blue) = 240+149+171=560 (74% of max value = 765). Red value is 240 (94.14% from 255 or 42.86% from 560); Green value is 149 (58.59% from 255 or 26.61% from 560); Blue value is 171 (67.19% from 255 or 30.54% from 560); Max value from RGB is 240 - color contains mainly: red. Hex color #F095AB is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F095AB is #0F6A54. Grayscale: #B2B2B2. Windows color (decimal): -1010261 or 11245040. OLE color: 11245040.

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

Color convert

RGB240149171-
CMYK00.380.290.06
HSL345.49º75.21%76.27%-
HSV(B)345.49º37.92%94.12%-
XYZ54.0342.9643.97-
YUV178.72123.65171.71-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 42.86%
GREEN value IS 149 (58.59% from 255) = 26.61%
BLUE value IS 171 (67.19% from 255) = 30.54%
R=42.86%
G=26.61%
B=30.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.29
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal24014917100.380.290.06345.4975.2176.27
HexF095AB0261D61594b4c
Octal360225253046356531113114
Binary11110000100101011010101101001101110111010101100110010111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F095AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F095AB; }

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

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

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

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

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

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

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

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