Shades of Lavender Rose #FF9CF5
Tints of Lavender Rose #FF9CF5
RGB
CMYK
RGB Variations
Color information
#FF9CF5 (or 0xFF9CF5) is known color: Lavender Rose. HEX triplet: FF, 9C and F5. RGB value is (255,156,245). Sum of RGB (Red+Green+Blue) = 255+156+245=656 (86% of max value = 765). Red value is 255 (100% from 255 or 38.87% from 656); Green value is 156 (61.33% from 255 or 23.78% from 656); Blue value is 245 (96.09% from 255 or 37.35% from 656); Max value from RGB is 255 - color contains mainly: red. Hex color #FF9CF5 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FF9CF5 is #00630A. Grayscale: #C3C3C3. Windows color (decimal): -25355 or 16096511. OLE color: 16096511.
HSL color Cylindrical-coordinate representation of color #FF9CF5: hue angle of 306.06º 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 #FF9CF5 is Cyan = 0, Magento = 0.39, Yellow = 0.04 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 156 | 245 | - |
| CMYK | 0 | 0.39 | 0.04 | 0 |
| HSL | 306.06º | 1% | 0.81% | - |
| HSV(B) | 306.06º | 0.39% | 1% | - |
| XYZ | 69.61 | 51.63 | 92.68 | - |
| YUV | 195.75 | 155.8 | 170.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 156 | 245 | 0 | 0.39 | 0.04 | 0 | 306.06 | 1 | 0.81 |
| Hex | FF | 9C | F5 | 0 | 27 | 4 | 0 | 132 | 64 | 51 |
| Octal | 377 | 234 | 365 | 0 | 47 | 4 | 0 | 462 | 144 | 121 |
| Binary | 11111111 | 10011100 | 11110101 | 0 | 100111 | 100 | 0 | 100110010 | 1100100 | 1010001 |
Color Harmonies of #FF9CF5
Complementary color
Monochromatic Colors of #FF9CF5
Black with #FF9CF5
Text Example
Text Example
White with #FF9CF5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF9CF5; }
p { color: rgb(255,156,245); }
H1.HeaderClassName
{
color: #FF9CF5;
}
.AnyTagClassName
{
color: #FF9CF5;
}
</style>
background-color css
<style>
a { background-color: #FF9CF5; }
a { background-color: rgb(255,156,245); }
div.DivClassName
{
background-color: #FF9CF5;
}
.BgClassName
{
background-color: #FF9CF5;
}
</style>
border-color css
<style>
span { border-color: #FF9CF5; }
span { border-color: rgb(255,156,245); }
td.TdClassName
{
border-color: #FF9CF5;
}
.TagClassName
{
border-color: #FF9CF5;
}
</style>