Shades of Lavender Rose #FF9BF1
Tints of Lavender Rose #FF9BF1
RGB
CMYK
RGB Variations
Color information
#FF9BF1 (or 0xFF9BF1) is known color: Lavender Rose. HEX triplet: FF, 9B and F1. RGB value is (255,155,241). Sum of RGB (Red+Green+Blue) = 255+155+241=651 (86% of max value = 765). Red value is 255 (100% from 255 or 39.17% from 651); Green value is 155 (60.94% from 255 or 23.81% from 651); Blue value is 241 (94.53% from 255 or 37.02% from 651); Max value from RGB is 255 - color contains mainly: red. Hex color #FF9BF1 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FF9BF1 is #00640E. Grayscale: #C2C2C2. Windows color (decimal): -25615 or 15834111. OLE color: 15834111.
HSL color Cylindrical-coordinate representation of color #FF9BF1: hue angle of 308.4º degrees, saturation: 1, lightness: 0.8%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #FF9BF1 is Cyan = 0, Magento = 0.39, Yellow = 0.05 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 155 | 241 | - |
| CMYK | 0 | 0.39 | 0.05 | 0 |
| HSL | 308.4º | 1% | 0.8% | - |
| HSV(B) | 308.4º | 0.39% | 1% | - |
| XYZ | 68.84 | 51.05 | 89.45 | - |
| YUV | 194.7 | 154.13 | 171.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 155 | 241 | 0 | 0.39 | 0.05 | 0 | 308.4 | 1 | 0.8 |
| Hex | FF | 9B | F1 | 0 | 27 | 5 | 0 | 134 | 64 | 50 |
| Octal | 377 | 233 | 361 | 0 | 47 | 5 | 0 | 464 | 144 | 120 |
| Binary | 11111111 | 10011011 | 11110001 | 0 | 100111 | 101 | 0 | 100110100 | 1100100 | 1010000 |
Color Harmonies of #FF9BF1
Complementary color
Monochromatic Colors of #FF9BF1
Black with #FF9BF1
Text Example
Text Example
White with #FF9BF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF9BF1; }
p { color: rgb(255,155,241); }
H1.HeaderClassName
{
color: #FF9BF1;
}
.AnyTagClassName
{
color: #FF9BF1;
}
</style>
background-color css
<style>
a { background-color: #FF9BF1; }
a { background-color: rgb(255,155,241); }
div.DivClassName
{
background-color: #FF9BF1;
}
.BgClassName
{
background-color: #FF9BF1;
}
</style>
border-color css
<style>
span { border-color: #FF9BF1; }
span { border-color: rgb(255,155,241); }
td.TdClassName
{
border-color: #FF9BF1;
}
.TagClassName
{
border-color: #FF9BF1;
}
</style>