Shades of Lavender Rose #F7A0F8
Tints of Lavender Rose #F7A0F8
RGB
CMYK
RGB Variations
Color information
#F7A0F8 (or 0xF7A0F8) is known color: Lavender Rose. HEX triplet: F7, A0 and F8. RGB value is (247,160,248). Sum of RGB (Red+Green+Blue) = 247+160+248=655 (86% of max value = 765). Red value is 247 (96.88% from 255 or 37.71% from 655); Green value is 160 (62.89% from 255 or 24.43% from 655); Blue value is 248 (97.27% from 255 or 37.86% from 655); Max value from RGB is 248 - color contains mainly: blue. Hex color #F7A0F8 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F7A0F8 is #085F07. Grayscale: #C3C3C3. Windows color (decimal): -548616 or 16294135. OLE color: 16294135.
HSL color Cylindrical-coordinate representation of color #F7A0F8: hue angle of 299.32º degrees, saturation: 0.86, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #F7A0F8 is Cyan = 0.00, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 160 | 248 | - |
| CMYK | 0.00 | 0.35 | 0 | 0.03 |
| HSL | 299.32º | 0.86% | 0.8% | - |
| HSV(B) | 299.32º | 0.35% | 0.97% | - |
| XYZ | 67.87 | 51.69 | 95.21 | - |
| YUV | 196.05 | 157.32 | 164.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 160 | 248 | 0.00 | 0.35 | 0 | 0.03 | 299.32 | 0.86 | 0.8 |
| Hex | F7 | A0 | F8 | 0 | 23 | 0 | 3 | 12B | 56 | 50 |
| Octal | 367 | 240 | 370 | 0 | 43 | 0 | 3 | 453 | 126 | 120 |
| Binary | 11110111 | 10100000 | 11111000 | 0 | 100011 | 0 | 11 | 100101011 | 1010110 | 1010000 |
Color Harmonies of #F7A0F8
Complementary color
Monochromatic Colors of #F7A0F8
Black with #F7A0F8
Text Example
Text Example
White with #F7A0F8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F7A0F8; }
p { color: rgb(247,160,248); }
H1.HeaderClassName
{
color: #F7A0F8;
}
.AnyTagClassName
{
color: #F7A0F8;
}
</style>
background-color css
<style>
a { background-color: #F7A0F8; }
a { background-color: rgb(247,160,248); }
div.DivClassName
{
background-color: #F7A0F8;
}
.BgClassName
{
background-color: #F7A0F8;
}
</style>
border-color css
<style>
span { border-color: #F7A0F8; }
span { border-color: rgb(247,160,248); }
td.TdClassName
{
border-color: #F7A0F8;
}
.TagClassName
{
border-color: #F7A0F8;
}
</style>