#F795EA

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

Shades of Lavender Rose #F795EA

Tints of Lavender Rose #F795EA

Color information

#F795EA (or 0xF795EA) is unknown color: approx Lavender Rose. HEX triplet: F7, 95 and EA. RGB value is (247,149,234). Sum of RGB (Red+Green+Blue) = 247+149+234=630 (83% of max value = 765). Red value is 247 (96.88% from 255 or 39.21% from 630); Green value is 149 (58.59% from 255 or 23.65% from 630); Blue value is 234 (91.80% from 255 or 37.14% from 630); Max value from RGB is 247 - color contains mainly: red. Hex color #F795EA is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F795EA is #086A15. Grayscale: #BBBBBB. Windows color (decimal): -551446 or 15373815. OLE color: 15373815.

HSL color Cylindrical-coordinate representation of color #F795EA: hue angle of 307.96º 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 #F795EA is Cyan = 0, Magento = 0.40, Yellow = 0.05 and Black (K on CMYK) = 0.03.

Color convert

RGB247149234-
CMYK00.400.050.03
HSL307.96º85.96%77.65%-
HSV(B)307.96º39.68%96.86%-
XYZ63.9647.2183.58-
YUV187.99153.97170.09-

RGB Variations

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

RGB

RED value IS 247 (96.88% from 255) = 39.21%
GREEN value IS 149 (58.59% from 255) = 23.65%
BLUE value IS 234 (91.80% from 255) = 37.14%
R=39.21%
G=23.65%
B=37.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.05
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal24714923400.400.050.03307.9685.9677.65
HexF795EA02853134564e
Octal36722535205053464126116
Binary11110111100101011110101001010001011110011010010101101001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F795EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F795EA; }

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

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

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

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

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

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

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

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