#F48EB0

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

Shades of Illusion #F48EB0

Tints of Illusion #F48EB0

Color information

#F48EB0 (or 0xF48EB0) is unknown color: approx Illusion. HEX triplet: F4, 8E and B0. RGB value is (244,142,176). Sum of RGB (Red+Green+Blue) = 244+142+176=562 (74% of max value = 765). Red value is 244 (95.70% from 255 or 43.42% from 562); Green value is 142 (55.86% from 255 or 25.27% from 562); Blue value is 176 (69.14% from 255 or 31.32% from 562); Max value from RGB is 244 - color contains mainly: red. Hex color #F48EB0 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F48EB0 is #0B714F. Grayscale: #B0B0B0. Windows color (decimal): -749904 or 11570932. OLE color: 11570932.

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

Color convert

RGB244142176-
CMYK00.420.280.04
HSL340º82.26%75.69%-
HSV(B)340º41.8%95.69%-
XYZ54.8241.7146.24-
YUV176.37127.79176.24-

RGB Variations

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

RGB

RED value IS 244 (95.70% from 255) = 43.42%
GREEN value IS 142 (55.86% from 255) = 25.27%
BLUE value IS 176 (69.14% from 255) = 31.32%
R=43.42%
G=25.27%
B=31.32%

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
Decimal24414217600.420.280.0434082.2675.69
HexF48EB002A1C4154524c
Octal364216260052344524122114
Binary11110100100011101011000001010101110010010101010010100101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F48EB0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F48EB0; }

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

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

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

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

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

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

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

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