Shades of Lavender Rose #F4A3F7
Tints of Lavender Rose #F4A3F7
RGB
CMYK
RGB Variations
Color information
#F4A3F7 (or 0xF4A3F7) is known color: Lavender Rose. HEX triplet: F4, A3 and F7. RGB value is (244,163,247). Sum of RGB (Red+Green+Blue) = 244+163+247=654 (86% of max value = 765). Red value is 244 (95.70% from 255 or 37.31% from 654); Green value is 163 (64.06% from 255 or 24.92% from 654); Blue value is 247 (96.88% from 255 or 37.77% from 654); Max value from RGB is 247 - color contains mainly: blue. Hex color #F4A3F7 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F4A3F7 is #0B5C08. Grayscale: #C4C4C4. Windows color (decimal): -744457 or 16229364. OLE color: 16229364.
HSL color Cylindrical-coordinate representation of color #F4A3F7: hue angle of 297.86º degrees, saturation: 0.84, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #F4A3F7 is Cyan = 0.01, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 244 | 163 | 247 | - |
| CMYK | 0.01 | 0.34 | 0 | 0.03 |
| HSL | 297.86º | 0.84% | 0.8% | - |
| HSV(B) | 297.86º | 0.34% | 0.97% | - |
| XYZ | 67.19 | 52.14 | 94.52 | - |
| YUV | 196.8 | 156.34 | 161.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 163 | 247 | 0.01 | 0.34 | 0 | 0.03 | 297.86 | 0.84 | 0.8 |
| Hex | F4 | A3 | F7 | 1 | 22 | 0 | 3 | 12A | 54 | 50 |
| Octal | 364 | 243 | 367 | 1 | 42 | 0 | 3 | 452 | 124 | 120 |
| Binary | 11110100 | 10100011 | 11110111 | 1 | 100010 | 0 | 11 | 100101010 | 1010100 | 1010000 |
Color Harmonies of #F4A3F7
Complementary color
Monochromatic Colors of #F4A3F7
Black with #F4A3F7
Text Example
Text Example
White with #F4A3F7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F4A3F7; }
p { color: rgb(244,163,247); }
H1.HeaderClassName
{
color: #F4A3F7;
}
.AnyTagClassName
{
color: #F4A3F7;
}
</style>
background-color css
<style>
a { background-color: #F4A3F7; }
a { background-color: rgb(244,163,247); }
div.DivClassName
{
background-color: #F4A3F7;
}
.BgClassName
{
background-color: #F4A3F7;
}
</style>
border-color css
<style>
span { border-color: #F4A3F7; }
span { border-color: rgb(244,163,247); }
td.TdClassName
{
border-color: #F4A3F7;
}
.TagClassName
{
border-color: #F4A3F7;
}
</style>