#F995AD

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

Shades of Illusion #F995AD

Tints of Illusion #F995AD

Color information

#F995AD (or 0xF995AD) is unknown color: approx Illusion. HEX triplet: F9, 95 and AD. RGB value is (249,149,173). Sum of RGB (Red+Green+Blue) = 249+149+173=571 (75% of max value = 765). Red value is 249 (97.66% from 255 or 43.61% from 571); Green value is 149 (58.59% from 255 or 26.09% from 571); Blue value is 173 (67.97% from 255 or 30.30% from 571); Max value from RGB is 249 - color contains mainly: red. Hex color #F995AD is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F995AD is #066A52. Grayscale: #B5B5B5. Windows color (decimal): -420435 or 11376121. OLE color: 11376121.

HSL color Cylindrical-coordinate representation of color #F995AD: hue angle of 345.6º degrees, saturation: 0.89, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #F995AD is Cyan = 0, Magento = 0.40, Yellow = 0.31 and Black (K on CMYK) = 0.02.

Color convert

RGB249149173-
CMYK00.400.310.02
HSL345.6º89.29%78.04%-
HSV(B)345.6º40.16%97.65%-
XYZ57.3644.6545.13-
YUV181.64123.13176.05-

RGB Variations

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

RGB

RED value IS 249 (97.66% from 255) = 43.61%
GREEN value IS 149 (58.59% from 255) = 26.09%
BLUE value IS 173 (67.97% from 255) = 30.30%
R=43.61%
G=26.09%
B=30.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.31
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal24914917300.400.310.02345.689.2978.04
HexF995AD0281F215a594e
Octal371225255050372532131116
Binary1111100110010101101011010101000111111010101101010110011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F995AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F995AD; }

 p { color: rgb(249,149,173); }

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

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

 a { background-color: rgb(249,149,173); }

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

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

 span { border-color: rgb(249,149,173); }

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