Shades of Lavender Rose #FA97F1
Tints of Lavender Rose #FA97F1
RGB
CMYK
RGB Variations
Color information
#FA97F1 (or 0xFA97F1) is known color: Lavender Rose. HEX triplet: FA, 97 and F1. RGB value is (250,151,241). Sum of RGB (Red+Green+Blue) = 250+151+241=642 (85% of max value = 765). Red value is 250 (98.05% from 255 or 38.94% from 642); Green value is 151 (59.38% from 255 or 23.52% from 642); Blue value is 241 (94.53% from 255 or 37.54% from 642); Max value from RGB is 250 - color contains mainly: red. Hex color #FA97F1 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FA97F1 is #05680E. Grayscale: #BEBEBE. Windows color (decimal): -354319 or 15833082. OLE color: 15833082.
HSL color Cylindrical-coordinate representation of color #FA97F1: hue angle of 305.45º degrees, saturation: 0.91, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #FA97F1 is Cyan = 0, Magento = 0.40, Yellow = 0.04 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 151 | 241 | - |
| CMYK | 0 | 0.40 | 0.04 | 0.02 |
| HSL | 305.45º | 0.91% | 0.79% | - |
| HSV(B) | 305.45º | 0.4% | 0.98% | - |
| XYZ | 66.37 | 48.81 | 89.14 | - |
| YUV | 190.86 | 156.3 | 170.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 151 | 241 | 0 | 0.40 | 0.04 | 0.02 | 305.45 | 0.91 | 0.79 |
| Hex | FA | 97 | F1 | 0 | 28 | 4 | 2 | 131 | 5B | 4F |
| Octal | 372 | 227 | 361 | 0 | 50 | 4 | 2 | 461 | 133 | 117 |
| Binary | 11111010 | 10010111 | 11110001 | 0 | 101000 | 100 | 10 | 100110001 | 1011011 | 1001111 |
Color Harmonies of #FA97F1
Complementary color
Monochromatic Colors of #FA97F1
Black with #FA97F1
Text Example
Text Example
White with #FA97F1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA97F1; }
p { color: rgb(250,151,241); }
H1.HeaderClassName
{
color: #FA97F1;
}
.AnyTagClassName
{
color: #FA97F1;
}
</style>
background-color css
<style>
a { background-color: #FA97F1; }
a { background-color: rgb(250,151,241); }
div.DivClassName
{
background-color: #FA97F1;
}
.BgClassName
{
background-color: #FA97F1;
}
</style>
border-color css
<style>
span { border-color: #FA97F1; }
span { border-color: rgb(250,151,241); }
td.TdClassName
{
border-color: #FA97F1;
}
.TagClassName
{
border-color: #FA97F1;
}
</style>