Shades of Lavender Rose #F897F0
Tints of Lavender Rose #F897F0
RGB
CMYK
RGB Variations
Color information
#F897F0 (or 0xF897F0) is known color: Lavender Rose. HEX triplet: F8, 97 and F0. RGB value is (248,151,240). Sum of RGB (Red+Green+Blue) = 248+151+240=639 (84% of max value = 765). Red value is 248 (97.27% from 255 or 38.81% from 639); Green value is 151 (59.38% from 255 or 23.63% from 639); Blue value is 240 (94.14% from 255 or 37.56% from 639); Max value from RGB is 248 - color contains mainly: red. Hex color #F897F0 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F897F0 is #07680F. Grayscale: #BDBDBD. Windows color (decimal): -485392 or 15767544. OLE color: 15767544.
HSL color Cylindrical-coordinate representation of color #F897F0: hue angle of 304.95º degrees, saturation: 0.87, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #F897F0 is Cyan = 0, Magento = 0.39, Yellow = 0.03 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 151 | 240 | - |
| CMYK | 0 | 0.39 | 0.03 | 0.03 |
| HSL | 304.95º | 0.87% | 0.78% | - |
| HSV(B) | 304.95º | 0.39% | 0.97% | - |
| XYZ | 65.51 | 48.38 | 88.32 | - |
| YUV | 190.15 | 156.14 | 169.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 151 | 240 | 0 | 0.39 | 0.03 | 0.03 | 304.95 | 0.87 | 0.78 |
| Hex | F8 | 97 | F0 | 0 | 27 | 3 | 3 | 131 | 57 | 4E |
| Octal | 370 | 227 | 360 | 0 | 47 | 3 | 3 | 461 | 127 | 116 |
| Binary | 11111000 | 10010111 | 11110000 | 0 | 100111 | 11 | 11 | 100110001 | 1010111 | 1001110 |
Color Harmonies of #F897F0
Complementary color
Monochromatic Colors of #F897F0
Black with #F897F0
Text Example
Text Example
White with #F897F0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F897F0; }
p { color: rgb(248,151,240); }
H1.HeaderClassName
{
color: #F897F0;
}
.AnyTagClassName
{
color: #F897F0;
}
</style>
background-color css
<style>
a { background-color: #F897F0; }
a { background-color: rgb(248,151,240); }
div.DivClassName
{
background-color: #F897F0;
}
.BgClassName
{
background-color: #F897F0;
}
</style>
border-color css
<style>
span { border-color: #F897F0; }
span { border-color: rgb(248,151,240); }
td.TdClassName
{
border-color: #F897F0;
}
.TagClassName
{
border-color: #F897F0;
}
</style>