Shades of Lavender Rose #F391D4
Tints of Lavender Rose #F391D4
RGB
CMYK
RGB Variations
Color information
#F391D4 (or 0xF391D4) is known color: Lavender Rose. HEX triplet: F3, 91 and D4. RGB value is (243,145,212). Sum of RGB (Red+Green+Blue) = 243+145+212=600 (79% of max value = 765). Red value is 243 (95.31% from 255 or 40.5% from 600); Green value is 145 (57.03% from 255 or 24.17% from 600); Blue value is 212 (83.20% from 255 or 35.33% from 600); Max value from RGB is 243 - color contains mainly: red. Hex color #F391D4 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F391D4 is #0C6E2B. Grayscale: #B5B5B5. Windows color (decimal): -814636 or 13930995. OLE color: 13930995.
HSL color Cylindrical-coordinate representation of color #F391D4: hue angle of 318.98º degrees, saturation: 0.8, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #F391D4 is Cyan = 0, Magento = 0.40, Yellow = 0.13 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 145 | 212 | - |
| CMYK | 0 | 0.40 | 0.13 | 0.05 |
| HSL | 318.98º | 0.8% | 0.76% | - |
| HSV(B) | 318.98º | 0.4% | 0.95% | - |
| XYZ | 58.97 | 44.06 | 67.68 | - |
| YUV | 181.94 | 144.97 | 171.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 145 | 212 | 0 | 0.40 | 0.13 | 0.05 | 318.98 | 0.8 | 0.76 |
| Hex | F3 | 91 | D4 | 0 | 28 | D | 5 | 13F | 50 | 4C |
| Octal | 363 | 221 | 324 | 0 | 50 | 15 | 5 | 477 | 120 | 114 |
| Binary | 11110011 | 10010001 | 11010100 | 0 | 101000 | 1101 | 101 | 100111111 | 1010000 | 1001100 |
Color Harmonies of #F391D4
Complementary color
Monochromatic Colors of #F391D4
Black with #F391D4
Text Example
Text Example
White with #F391D4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F391D4; }
p { color: rgb(243,145,212); }
H1.HeaderClassName
{
color: #F391D4;
}
.AnyTagClassName
{
color: #F391D4;
}
</style>
background-color css
<style>
a { background-color: #F391D4; }
a { background-color: rgb(243,145,212); }
div.DivClassName
{
background-color: #F391D4;
}
.BgClassName
{
background-color: #F391D4;
}
</style>
border-color css
<style>
span { border-color: #F391D4; }
span { border-color: rgb(243,145,212); }
td.TdClassName
{
border-color: #F391D4;
}
.TagClassName
{
border-color: #F391D4;
}
</style>