Shades of Lavender Rose #F397DF
Tints of Lavender Rose #F397DF
RGB
CMYK
RGB Variations
Color information
#F397DF (or 0xF397DF) is known color: Lavender Rose. HEX triplet: F3, 97 and DF. RGB value is (243,151,223). Sum of RGB (Red+Green+Blue) = 243+151+223=617 (81% of max value = 765). Red value is 243 (95.31% from 255 or 39.38% from 617); Green value is 151 (59.38% from 255 or 24.47% from 617); Blue value is 223 (87.5% from 255 or 36.14% from 617); Max value from RGB is 243 - color contains mainly: red. Hex color #F397DF is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F397DF is #0C6820. Grayscale: #BABABA. Windows color (decimal): -813089 or 14653427. OLE color: 14653427.
HSL color Cylindrical-coordinate representation of color #F397DF: hue angle of 313.04º degrees, saturation: 0.79, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #F397DF is Cyan = 0, Magento = 0.38, Yellow = 0.08 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 151 | 223 | - |
| CMYK | 0 | 0.38 | 0.08 | 0.05 |
| HSL | 313.04º | 0.79% | 0.77% | - |
| HSV(B) | 313.04º | 0.38% | 0.95% | - |
| XYZ | 61.35 | 46.52 | 75.56 | - |
| YUV | 186.72 | 148.48 | 168.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 151 | 223 | 0 | 0.38 | 0.08 | 0.05 | 313.04 | 0.79 | 0.77 |
| Hex | F3 | 97 | DF | 0 | 26 | 8 | 5 | 139 | 4F | 4D |
| Octal | 363 | 227 | 337 | 0 | 46 | 10 | 5 | 471 | 117 | 115 |
| Binary | 11110011 | 10010111 | 11011111 | 0 | 100110 | 1000 | 101 | 100111001 | 1001111 | 1001101 |
Color Harmonies of #F397DF
Complementary color
Monochromatic Colors of #F397DF
Black with #F397DF
Text Example
Text Example
White with #F397DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F397DF; }
p { color: rgb(243,151,223); }
H1.HeaderClassName
{
color: #F397DF;
}
.AnyTagClassName
{
color: #F397DF;
}
</style>
background-color css
<style>
a { background-color: #F397DF; }
a { background-color: rgb(243,151,223); }
div.DivClassName
{
background-color: #F397DF;
}
.BgClassName
{
background-color: #F397DF;
}
</style>
border-color css
<style>
span { border-color: #F397DF; }
span { border-color: rgb(243,151,223); }
td.TdClassName
{
border-color: #F397DF;
}
.TagClassName
{
border-color: #F397DF;
}
</style>