Shades of Lavender Rose #FF9CF1
Tints of Lavender Rose #FF9CF1
RGB
CMYK
RGB Variations
Color information
#FF9CF1 (or 0xFF9CF1) is known color: Lavender Rose. HEX triplet: FF, 9C and F1. RGB value is (255,156,241). Sum of RGB (Red+Green+Blue) = 255+156+241=652 (86% of max value = 765). Red value is 255 (100% from 255 or 39.11% from 652); Green value is 156 (61.33% from 255 or 23.93% from 652); Blue value is 241 (94.53% from 255 or 36.96% from 652); Max value from RGB is 255 - color contains mainly: red. Hex color #FF9CF1 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FF9CF1 is #00630E. Grayscale: #C3C3C3. Windows color (decimal): -25359 or 15834367. OLE color: 15834367.
HSL color Cylindrical-coordinate representation of color #FF9CF1: hue angle of 308.48º degrees, saturation: 1, lightness: 0.81%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #FF9CF1 is Cyan = 0, Magento = 0.39, Yellow = 0.05 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 156 | 241 | - |
| CMYK | 0 | 0.39 | 0.05 | 0 |
| HSL | 308.48º | 1% | 0.81% | - |
| HSV(B) | 308.48º | 0.39% | 1% | - |
| XYZ | 69.01 | 51.39 | 89.5 | - |
| YUV | 195.29 | 153.8 | 170.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 156 | 241 | 0 | 0.39 | 0.05 | 0 | 308.48 | 1 | 0.81 |
| Hex | FF | 9C | F1 | 0 | 27 | 5 | 0 | 134 | 64 | 51 |
| Octal | 377 | 234 | 361 | 0 | 47 | 5 | 0 | 464 | 144 | 121 |
| Binary | 11111111 | 10011100 | 11110001 | 0 | 100111 | 101 | 0 | 100110100 | 1100100 | 1010001 |
Color Harmonies of #FF9CF1
Complementary color
Monochromatic Colors of #FF9CF1
Black with #FF9CF1
Text Example
Text Example
White with #FF9CF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF9CF1; }
p { color: rgb(255,156,241); }
H1.HeaderClassName
{
color: #FF9CF1;
}
.AnyTagClassName
{
color: #FF9CF1;
}
</style>
background-color css
<style>
a { background-color: #FF9CF1; }
a { background-color: rgb(255,156,241); }
div.DivClassName
{
background-color: #FF9CF1;
}
.BgClassName
{
background-color: #FF9CF1;
}
</style>
border-color css
<style>
span { border-color: #FF9CF1; }
span { border-color: rgb(255,156,241); }
td.TdClassName
{
border-color: #FF9CF1;
}
.TagClassName
{
border-color: #FF9CF1;
}
</style>