Shades of Lavender Rose #F392DB
Tints of Lavender Rose #F392DB
RGB
CMYK
RGB Variations
Color information
#F392DB (or 0xF392DB) is known color: Lavender Rose. HEX triplet: F3, 92 and DB. RGB value is (243,146,219). Sum of RGB (Red+Green+Blue) = 243+146+219=608 (80% of max value = 765). Red value is 243 (95.31% from 255 or 39.97% from 608); Green value is 146 (57.42% from 255 or 24.01% from 608); Blue value is 219 (85.94% from 255 or 36.02% from 608); Max value from RGB is 243 - color contains mainly: red. Hex color #F392DB is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F392DB is #0C6D24. Grayscale: #B7B7B7. Windows color (decimal): -814373 or 14390003. OLE color: 14390003.
HSL color Cylindrical-coordinate representation of color #F392DB: hue angle of 314.85º 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 #F392DB is Cyan = 0, Magento = 0.40, Yellow = 0.10 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 146 | 219 | - |
| CMYK | 0 | 0.40 | 0.10 | 0.05 |
| HSL | 314.85º | 0.8% | 0.76% | - |
| HSV(B) | 314.85º | 0.4% | 0.95% | - |
| XYZ | 60.03 | 44.73 | 72.49 | - |
| YUV | 183.33 | 148.14 | 170.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 146 | 219 | 0 | 0.40 | 0.10 | 0.05 | 314.85 | 0.8 | 0.76 |
| Hex | F3 | 92 | DB | 0 | 28 | A | 5 | 13B | 50 | 4C |
| Octal | 363 | 222 | 333 | 0 | 50 | 12 | 5 | 473 | 120 | 114 |
| Binary | 11110011 | 10010010 | 11011011 | 0 | 101000 | 1010 | 101 | 100111011 | 1010000 | 1001100 |
Color Harmonies of #F392DB
Complementary color
Monochromatic Colors of #F392DB
Black with #F392DB
Text Example
Text Example
White with #F392DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F392DB; }
p { color: rgb(243,146,219); }
H1.HeaderClassName
{
color: #F392DB;
}
.AnyTagClassName
{
color: #F392DB;
}
</style>
background-color css
<style>
a { background-color: #F392DB; }
a { background-color: rgb(243,146,219); }
div.DivClassName
{
background-color: #F392DB;
}
.BgClassName
{
background-color: #F392DB;
}
</style>
border-color css
<style>
span { border-color: #F392DB; }
span { border-color: rgb(243,146,219); }
td.TdClassName
{
border-color: #F392DB;
}
.TagClassName
{
border-color: #F392DB;
}
</style>