#F79AF0

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

Shades of Lavender Rose #F79AF0

Tints of Lavender Rose #F79AF0

Color information

#F79AF0 (or 0xF79AF0) is unknown color: approx Lavender Rose. HEX triplet: F7, 9A and F0. RGB value is (247,154,240). Sum of RGB (Red+Green+Blue) = 247+154+240=641 (84% of max value = 765). Red value is 247 (96.88% from 255 or 38.53% from 641); Green value is 154 (60.55% from 255 or 24.02% from 641); Blue value is 240 (94.14% from 255 or 37.44% from 641); Max value from RGB is 247 - color contains mainly: red. Hex color #F79AF0 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F79AF0 is #08650F. Grayscale: #BFBFBF. Windows color (decimal): -550160 or 15768311. OLE color: 15768311.

HSL color Cylindrical-coordinate representation of color #F79AF0: hue angle of 304.52º degrees, saturation: 0.85, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #F79AF0 is Cyan = 0, Magento = 0.38, Yellow = 0.03 and Black (K on CMYK) = 0.03.

Color convert

RGB247154240-
CMYK00.380.030.03
HSL304.52º85.32%78.63%-
HSV(B)304.52º37.65%96.86%-
XYZ65.6449.1888.47-
YUV191.61155.31167.51-

RGB Variations

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

RGB

RED value IS 247 (96.88% from 255) = 38.53%
GREEN value IS 154 (60.55% from 255) = 24.02%
BLUE value IS 240 (94.14% from 255) = 37.44%
R=38.53%
G=24.02%
B=37.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.03
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal24715424000.380.030.03304.5285.3278.63
HexF79AF002633131554f
Octal36723236004633461125117
Binary1111011110011010111100000100110111110011000110101011001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F79AF0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F79AF0; }

 p { color: rgb(247,154,240); }

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

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

 a { background-color: rgb(247,154,240); }

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

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

 span { border-color: rgb(247,154,240); }

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