#F299AA

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

Shades of Illusion #F299AA

Tints of Illusion #F299AA

Color information

#F299AA (or 0xF299AA) is unknown color: approx Illusion. HEX triplet: F2, 99 and AA. RGB value is (242,153,170). Sum of RGB (Red+Green+Blue) = 242+153+170=565 (74% of max value = 765). Red value is 242 (94.92% from 255 or 42.83% from 565); Green value is 153 (60.16% from 255 or 27.08% from 565); Blue value is 170 (66.80% from 255 or 30.09% from 565); Max value from RGB is 242 - color contains mainly: red. Hex color #F299AA is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F299AA is #0D6655. Grayscale: #B5B5B5. Windows color (decimal): -878166 or 11180530. OLE color: 11180530.

HSL color Cylindrical-coordinate representation of color #F299AA: hue angle of 348.54º degrees, saturation: 0.77, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #F299AA is Cyan = 0, Magento = 0.37, Yellow = 0.30 and Black (K on CMYK) = 0.05.

Color convert

RGB242153170-
CMYK00.370.300.05
HSL348.54º77.39%77.45%-
HSV(B)348.54º36.78%94.9%-
XYZ55.2644.5643.72-
YUV181.55121.49171.12-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 42.83%
GREEN value IS 153 (60.16% from 255) = 27.08%
BLUE value IS 170 (66.80% from 255) = 30.09%
R=42.83%
G=27.08%
B=30.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.30
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24215317000.370.300.05348.5477.3977.45
HexF299AA0251E515d4d4d
Octal362231252045365535115115
Binary11110010100110011010101001001011111010110101110110011011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F299AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F299AA; }

 p { color: rgb(242,153,170); }

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

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

 a { background-color: rgb(242,153,170); }

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

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

 span { border-color: rgb(242,153,170); }

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