#F095AE

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

Shades of Illusion #F095AE

Tints of Illusion #F095AE

Color information

#F095AE (or 0xF095AE) is unknown color: approx Illusion. HEX triplet: F0, 95 and AE. RGB value is (240,149,174). Sum of RGB (Red+Green+Blue) = 240+149+174=563 (74% of max value = 765). Red value is 240 (94.14% from 255 or 42.63% from 563); Green value is 149 (58.59% from 255 or 26.47% from 563); Blue value is 174 (68.36% from 255 or 30.91% from 563); Max value from RGB is 240 - color contains mainly: red. Hex color #F095AE is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F095AE is #0F6A51. Grayscale: #B3B3B3. Windows color (decimal): -1010258 or 11441648. OLE color: 11441648.

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

Color convert

RGB240149174-
CMYK00.380.280.06
HSL343.52º75.21%76.27%-
HSV(B)343.52º37.92%94.12%-
XYZ54.3243.0845.5-
YUV179.06125.15171.47-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 42.63%
GREEN value IS 149 (58.59% from 255) = 26.47%
BLUE value IS 174 (68.36% from 255) = 30.91%
R=42.63%
G=26.47%
B=30.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.28
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal24014917400.380.280.06343.5275.2176.27
HexF095AE0261C61584b4c
Octal360225256046346530113114
Binary11110000100101011010111001001101110011010101100010010111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F095AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F095AE; }

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

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

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

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

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

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

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

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