Shades of Lavender Rose #F392DA
Tints of Lavender Rose #F392DA
RGB
CMYK
RGB Variations
Color information
#F392DA (or 0xF392DA) is known color: Lavender Rose. HEX triplet: F3, 92 and DA. RGB value is (243,146,218). Sum of RGB (Red+Green+Blue) = 243+146+218=607 (80% of max value = 765). Red value is 243 (95.31% from 255 or 40.03% from 607); Green value is 146 (57.42% from 255 or 24.05% from 607); Blue value is 218 (85.55% from 255 or 35.91% from 607); Max value from RGB is 243 - color contains mainly: red. Hex color #F392DA is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F392DA is #0C6D25. Grayscale: #B7B7B7. Windows color (decimal): -814374 or 14324467. OLE color: 14324467.
HSL color Cylindrical-coordinate representation of color #F392DA: hue angle of 315.46º 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 #F392DA is Cyan = 0, Magento = 0.40, Yellow = 0.10 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 146 | 218 | - |
| CMYK | 0 | 0.40 | 0.10 | 0.05 |
| HSL | 315.46º | 0.8% | 0.76% | - |
| HSV(B) | 315.46º | 0.4% | 0.95% | - |
| XYZ | 59.9 | 44.67 | 71.8 | - |
| YUV | 183.21 | 147.64 | 170.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 146 | 218 | 0 | 0.40 | 0.10 | 0.05 | 315.46 | 0.8 | 0.76 |
| Hex | F3 | 92 | DA | 0 | 28 | A | 5 | 13B | 50 | 4C |
| Octal | 363 | 222 | 332 | 0 | 50 | 12 | 5 | 473 | 120 | 114 |
| Binary | 11110011 | 10010010 | 11011010 | 0 | 101000 | 1010 | 101 | 100111011 | 1010000 | 1001100 |
Color Harmonies of #F392DA
Complementary color
Monochromatic Colors of #F392DA
Black with #F392DA
Text Example
Text Example
White with #F392DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F392DA; }
p { color: rgb(243,146,218); }
H1.HeaderClassName
{
color: #F392DA;
}
.AnyTagClassName
{
color: #F392DA;
}
</style>
background-color css
<style>
a { background-color: #F392DA; }
a { background-color: rgb(243,146,218); }
div.DivClassName
{
background-color: #F392DA;
}
.BgClassName
{
background-color: #F392DA;
}
</style>
border-color css
<style>
span { border-color: #F392DA; }
span { border-color: rgb(243,146,218); }
td.TdClassName
{
border-color: #F392DA;
}
.TagClassName
{
border-color: #F392DA;
}
</style>