#F08AB1

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

Shades of Illusion #F08AB1

Tints of Illusion #F08AB1

Color information

#F08AB1 (or 0xF08AB1) is unknown color: approx Illusion. HEX triplet: F0, 8A and B1. RGB value is (240,138,177). Sum of RGB (Red+Green+Blue) = 240+138+177=555 (73% of max value = 765). Red value is 240 (94.14% from 255 or 43.24% from 555); Green value is 138 (54.30% from 255 or 24.86% from 555); Blue value is 177 (69.53% from 255 or 31.89% from 555); Max value from RGB is 240 - color contains mainly: red. Hex color #F08AB1 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F08AB1 is #0F754E. Grayscale: #ACACAC. Windows color (decimal): -1013071 or 11635440. OLE color: 11635440.

HSL color Cylindrical-coordinate representation of color #F08AB1: hue angle of 337.06º degrees, saturation: 0.77, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #F08AB1 is Cyan = 0, Magento = 0.42, Yellow = 0.26 and Black (K on CMYK) = 0.06.

Color convert

RGB240138177-
CMYK00.420.260.06
HSL337.06º77.27%74.12%-
HSV(B)337.06º42.5%94.12%-
XYZ52.9639.8846.5-
YUV172.94130.29175.83-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 43.24%
GREEN value IS 138 (54.30% from 255) = 24.86%
BLUE value IS 177 (69.53% from 255) = 31.89%
R=43.24%
G=24.86%
B=31.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.26
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal24013817700.420.260.06337.0677.2774.12
HexF08AB102A1A61514d4a
Octal360212261052326521115112
Binary11110000100010101011000101010101101011010101000110011011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F08AB1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F08AB1; }

 p { color: rgb(240,138,177); }

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

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

 a { background-color: rgb(240,138,177); }

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

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

 span { border-color: rgb(240,138,177); }

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