#F795BA

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

Shades of Illusion #F795BA

Tints of Illusion #F795BA

Color information

#F795BA (or 0xF795BA) is unknown color: approx Illusion. HEX triplet: F7, 95 and BA. RGB value is (247,149,186). Sum of RGB (Red+Green+Blue) = 247+149+186=582 (77% of max value = 765). Red value is 247 (96.88% from 255 or 42.44% from 582); Green value is 149 (58.59% from 255 or 25.60% from 582); Blue value is 186 (73.05% from 255 or 31.96% from 582); Max value from RGB is 247 - color contains mainly: red. Hex color #F795BA is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F795BA is #086A45. Grayscale: #B6B6B6. Windows color (decimal): -551494 or 12228087. OLE color: 12228087.

HSL color Cylindrical-coordinate representation of color #F795BA: hue angle of 337.35º degrees, saturation: 0.86, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #F795BA is Cyan = 0, Magento = 0.40, Yellow = 0.25 and Black (K on CMYK) = 0.03.

Color convert

RGB247149186-
CMYK00.400.250.03
HSL337.35º85.96%77.65%-
HSV(B)337.35º39.68%96.86%-
XYZ57.9744.8152.05-
YUV182.52129.97173.99-

RGB Variations

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

RGB

RED value IS 247 (96.88% from 255) = 42.44%
GREEN value IS 149 (58.59% from 255) = 25.60%
BLUE value IS 186 (73.05% from 255) = 31.96%
R=42.44%
G=25.60%
B=31.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.25
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal24714918600.400.250.03337.3585.9677.65
HexF795BA028193151564e
Octal367225272050313521126116
Binary1111011110010101101110100101000110011110101000110101101001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F795BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F795BA; }

 p { color: rgb(247,149,186); }

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

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

 a { background-color: rgb(247,149,186); }

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

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

 span { border-color: rgb(247,149,186); }

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