#F48EAF

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

Shades of Illusion #F48EAF

Tints of Illusion #F48EAF

Color information

#F48EAF (or 0xF48EAF) is unknown color: approx Illusion. HEX triplet: F4, 8E and AF. RGB value is (244,142,175). Sum of RGB (Red+Green+Blue) = 244+142+175=561 (74% of max value = 765). Red value is 244 (95.70% from 255 or 43.49% from 561); Green value is 142 (55.86% from 255 or 25.31% from 561); Blue value is 175 (68.75% from 255 or 31.19% from 561); Max value from RGB is 244 - color contains mainly: red. Hex color #F48EAF is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F48EAF is #0B7150. Grayscale: #B0B0B0. Windows color (decimal): -749905 or 11505396. OLE color: 11505396.

HSL color Cylindrical-coordinate representation of color #F48EAF: hue angle of 340.59º degrees, saturation: 0.82, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #F48EAF is Cyan = 0, Magento = 0.42, Yellow = 0.28 and Black (K on CMYK) = 0.04.

Color convert

RGB244142175-
CMYK00.420.280.04
HSL340.59º82.26%75.69%-
HSV(B)340.59º41.8%95.69%-
XYZ54.7241.6745.72-
YUV176.26127.29176.32-

RGB Variations

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

RGB

RED value IS 244 (95.70% from 255) = 43.49%
GREEN value IS 142 (55.86% from 255) = 25.31%
BLUE value IS 175 (68.75% from 255) = 31.19%
R=43.49%
G=25.31%
B=31.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.28
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24414217500.420.280.04340.5982.2675.69
HexF48EAF02A1C4155524c
Octal364216257052344525122114
Binary11110100100011101010111101010101110010010101010110100101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F48EAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F48EAF; }

 p { color: rgb(244,142,175); }

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

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

 a { background-color: rgb(244,142,175); }

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

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

 span { border-color: rgb(244,142,175); }

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