Shades of Lavender Rose #FF9CF2
Tints of Lavender Rose #FF9CF2
RGB
CMYK
RGB Variations
Color information
#FF9CF2 (or 0xFF9CF2) is known color: Lavender Rose. HEX triplet: FF, 9C and F2. RGB value is (255,156,242). Sum of RGB (Red+Green+Blue) = 255+156+242=653 (86% of max value = 765). Red value is 255 (100% from 255 or 39.05% from 653); Green value is 156 (61.33% from 255 or 23.89% from 653); Blue value is 242 (94.92% from 255 or 37.06% from 653); Max value from RGB is 255 - color contains mainly: red. Hex color #FF9CF2 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FF9CF2 is #00630D. Grayscale: #C3C3C3. Windows color (decimal): -25358 or 15899903. OLE color: 15899903.
HSL color Cylindrical-coordinate representation of color #FF9CF2: hue angle of 307.88º 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 #FF9CF2 is Cyan = 0, Magento = 0.39, Yellow = 0.05 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 156 | 242 | - |
| CMYK | 0 | 0.39 | 0.05 | 0 |
| HSL | 307.88º | 1% | 0.81% | - |
| HSV(B) | 307.88º | 0.39% | 1% | - |
| XYZ | 69.16 | 51.45 | 90.29 | - |
| YUV | 195.41 | 154.3 | 170.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 156 | 242 | 0 | 0.39 | 0.05 | 0 | 307.88 | 1 | 0.81 |
| Hex | FF | 9C | F2 | 0 | 27 | 5 | 0 | 134 | 64 | 51 |
| Octal | 377 | 234 | 362 | 0 | 47 | 5 | 0 | 464 | 144 | 121 |
| Binary | 11111111 | 10011100 | 11110010 | 0 | 100111 | 101 | 0 | 100110100 | 1100100 | 1010001 |
Color Harmonies of #FF9CF2
Complementary color
Monochromatic Colors of #FF9CF2
Black with #FF9CF2
Text Example
Text Example
White with #FF9CF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF9CF2; }
p { color: rgb(255,156,242); }
H1.HeaderClassName
{
color: #FF9CF2;
}
.AnyTagClassName
{
color: #FF9CF2;
}
</style>
background-color css
<style>
a { background-color: #FF9CF2; }
a { background-color: rgb(255,156,242); }
div.DivClassName
{
background-color: #FF9CF2;
}
.BgClassName
{
background-color: #FF9CF2;
}
</style>
border-color css
<style>
span { border-color: #FF9CF2; }
span { border-color: rgb(255,156,242); }
td.TdClassName
{
border-color: #FF9CF2;
}
.TagClassName
{
border-color: #FF9CF2;
}
</style>