Shades of Lavender Rose #FF9CF0
Tints of Lavender Rose #FF9CF0
RGB
CMYK
RGB Variations
Color information
#FF9CF0 (or 0xFF9CF0) is known color: Lavender Rose. HEX triplet: FF, 9C and F0. RGB value is (255,156,240). Sum of RGB (Red+Green+Blue) = 255+156+240=651 (86% of max value = 765). Red value is 255 (100% from 255 or 39.17% from 651); Green value is 156 (61.33% from 255 or 23.96% from 651); Blue value is 240 (94.14% from 255 or 36.87% from 651); Max value from RGB is 255 - color contains mainly: red. Hex color #FF9CF0 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FF9CF0 is #00630F. Grayscale: #C2C2C2. Windows color (decimal): -25360 or 15768831. OLE color: 15768831.
HSL color Cylindrical-coordinate representation of color #FF9CF0: hue angle of 309.09º 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 #FF9CF0 is Cyan = 0, Magento = 0.39, Yellow = 0.06 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 156 | 240 | - |
| CMYK | 0 | 0.39 | 0.06 | 0 |
| HSL | 309.09º | 1% | 0.81% | - |
| HSV(B) | 309.09º | 0.39% | 1% | - |
| XYZ | 68.86 | 51.33 | 88.72 | - |
| YUV | 195.18 | 153.3 | 170.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 156 | 240 | 0 | 0.39 | 0.06 | 0 | 309.09 | 1 | 0.81 |
| Hex | FF | 9C | F0 | 0 | 27 | 6 | 0 | 135 | 64 | 51 |
| Octal | 377 | 234 | 360 | 0 | 47 | 6 | 0 | 465 | 144 | 121 |
| Binary | 11111111 | 10011100 | 11110000 | 0 | 100111 | 110 | 0 | 100110101 | 1100100 | 1010001 |
Color Harmonies of #FF9CF0
Complementary color
Monochromatic Colors of #FF9CF0
Black with #FF9CF0
Text Example
Text Example
White with #FF9CF0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF9CF0; }
p { color: rgb(255,156,240); }
H1.HeaderClassName
{
color: #FF9CF0;
}
.AnyTagClassName
{
color: #FF9CF0;
}
</style>
background-color css
<style>
a { background-color: #FF9CF0; }
a { background-color: rgb(255,156,240); }
div.DivClassName
{
background-color: #FF9CF0;
}
.BgClassName
{
background-color: #FF9CF0;
}
</style>
border-color css
<style>
span { border-color: #FF9CF0; }
span { border-color: rgb(255,156,240); }
td.TdClassName
{
border-color: #FF9CF0;
}
.TagClassName
{
border-color: #FF9CF0;
}
</style>