Shades of Lavender Rose #FF9DF1
Tints of Lavender Rose #FF9DF1
RGB
CMYK
RGB Variations
Color information
#FF9DF1 (or 0xFF9DF1) is known color: Lavender Rose. HEX triplet: FF, 9D and F1. RGB value is (255,157,241). Sum of RGB (Red+Green+Blue) = 255+157+241=653 (86% of max value = 765). Red value is 255 (100% from 255 or 39.05% from 653); Green value is 157 (61.72% from 255 or 24.04% from 653); Blue value is 241 (94.53% from 255 or 36.91% from 653); Max value from RGB is 255 - color contains mainly: red. Hex color #FF9DF1 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FF9DF1 is #00620E. Grayscale: #C3C3C3. Windows color (decimal): -25103 or 15834623. OLE color: 15834623.
HSL color Cylindrical-coordinate representation of color #FF9DF1: hue angle of 308.57º degrees, saturation: 1, lightness: 0.81%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #FF9DF1 is Cyan = 0, Magento = 0.38, Yellow = 0.05 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 157 | 241 | - |
| CMYK | 0 | 0.38 | 0.05 | 0 |
| HSL | 308.57º | 1% | 0.81% | - |
| HSV(B) | 308.57º | 0.38% | 1% | - |
| XYZ | 69.17 | 51.72 | 89.56 | - |
| YUV | 195.88 | 153.47 | 170.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 157 | 241 | 0 | 0.38 | 0.05 | 0 | 308.57 | 1 | 0.81 |
| Hex | FF | 9D | F1 | 0 | 26 | 5 | 0 | 135 | 64 | 51 |
| Octal | 377 | 235 | 361 | 0 | 46 | 5 | 0 | 465 | 144 | 121 |
| Binary | 11111111 | 10011101 | 11110001 | 0 | 100110 | 101 | 0 | 100110101 | 1100100 | 1010001 |
Color Harmonies of #FF9DF1
Complementary color
Monochromatic Colors of #FF9DF1
Black with #FF9DF1
Text Example
Text Example
White with #FF9DF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF9DF1; }
p { color: rgb(255,157,241); }
H1.HeaderClassName
{
color: #FF9DF1;
}
.AnyTagClassName
{
color: #FF9DF1;
}
</style>
background-color css
<style>
a { background-color: #FF9DF1; }
a { background-color: rgb(255,157,241); }
div.DivClassName
{
background-color: #FF9DF1;
}
.BgClassName
{
background-color: #FF9DF1;
}
</style>
border-color css
<style>
span { border-color: #FF9DF1; }
span { border-color: rgb(255,157,241); }
td.TdClassName
{
border-color: #FF9DF1;
}
.TagClassName
{
border-color: #FF9DF1;
}
</style>