Shades of Lavender Rose #F399DF
Tints of Lavender Rose #F399DF
RGB
CMYK
RGB Variations
Color information
#F399DF (or 0xF399DF) is known color: Lavender Rose. HEX triplet: F3, 99 and DF. RGB value is (243,153,223). Sum of RGB (Red+Green+Blue) = 243+153+223=619 (81% of max value = 765). Red value is 243 (95.31% from 255 or 39.26% from 619); Green value is 153 (60.16% from 255 or 24.72% from 619); Blue value is 223 (87.5% from 255 or 36.03% from 619); Max value from RGB is 243 - color contains mainly: red. Hex color #F399DF is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F399DF is #0C6620. Grayscale: #BBBBBB. Windows color (decimal): -812577 or 14653939. OLE color: 14653939.
HSL color Cylindrical-coordinate representation of color #F399DF: hue angle of 313.33º degrees, saturation: 0.79, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #F399DF is Cyan = 0, Magento = 0.37, Yellow = 0.08 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 153 | 223 | - |
| CMYK | 0 | 0.37 | 0.08 | 0.05 |
| HSL | 313.33º | 0.79% | 0.78% | - |
| HSV(B) | 313.33º | 0.37% | 0.95% | - |
| XYZ | 61.67 | 47.16 | 75.67 | - |
| YUV | 187.89 | 147.82 | 167.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 153 | 223 | 0 | 0.37 | 0.08 | 0.05 | 313.33 | 0.79 | 0.78 |
| Hex | F3 | 99 | DF | 0 | 25 | 8 | 5 | 139 | 4F | 4E |
| Octal | 363 | 231 | 337 | 0 | 45 | 10 | 5 | 471 | 117 | 116 |
| Binary | 11110011 | 10011001 | 11011111 | 0 | 100101 | 1000 | 101 | 100111001 | 1001111 | 1001110 |
Color Harmonies of #F399DF
Complementary color
Monochromatic Colors of #F399DF
Black with #F399DF
Text Example
Text Example
White with #F399DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F399DF; }
p { color: rgb(243,153,223); }
H1.HeaderClassName
{
color: #F399DF;
}
.AnyTagClassName
{
color: #F399DF;
}
</style>
background-color css
<style>
a { background-color: #F399DF; }
a { background-color: rgb(243,153,223); }
div.DivClassName
{
background-color: #F399DF;
}
.BgClassName
{
background-color: #F399DF;
}
</style>
border-color css
<style>
span { border-color: #F399DF; }
span { border-color: rgb(243,153,223); }
td.TdClassName
{
border-color: #F399DF;
}
.TagClassName
{
border-color: #F399DF;
}
</style>