Shades of Lavender Rose #F397D4
Tints of Lavender Rose #F397D4
RGB
CMYK
RGB Variations
Color information
#F397D4 (or 0xF397D4) is known color: Lavender Rose. HEX triplet: F3, 97 and D4. RGB value is (243,151,212). Sum of RGB (Red+Green+Blue) = 243+151+212=606 (80% of max value = 765). Red value is 243 (95.31% from 255 or 40.10% from 606); Green value is 151 (59.38% from 255 or 24.92% from 606); Blue value is 212 (83.20% from 255 or 34.98% from 606); Max value from RGB is 243 - color contains mainly: red. Hex color #F397D4 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F397D4 is #0C682B. Grayscale: #B9B9B9. Windows color (decimal): -813100 or 13932531. OLE color: 13932531.
HSL color Cylindrical-coordinate representation of color #F397D4: hue angle of 320.22º 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 #F397D4 is Cyan = 0, Magento = 0.38, Yellow = 0.13 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 151 | 212 | - |
| CMYK | 0 | 0.38 | 0.13 | 0.05 |
| HSL | 320.22º | 0.79% | 0.77% | - |
| HSV(B) | 320.22º | 0.38% | 0.95% | - |
| XYZ | 59.91 | 45.94 | 68 | - |
| YUV | 185.46 | 142.98 | 169.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 151 | 212 | 0 | 0.38 | 0.13 | 0.05 | 320.22 | 0.79 | 0.77 |
| Hex | F3 | 97 | D4 | 0 | 26 | D | 5 | 140 | 4F | 4D |
| Octal | 363 | 227 | 324 | 0 | 46 | 15 | 5 | 500 | 117 | 115 |
| Binary | 11110011 | 10010111 | 11010100 | 0 | 100110 | 1101 | 101 | 101000000 | 1001111 | 1001101 |
Color Harmonies of #F397D4
Complementary color
Monochromatic Colors of #F397D4
Black with #F397D4
Text Example
Text Example
White with #F397D4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F397D4; }
p { color: rgb(243,151,212); }
H1.HeaderClassName
{
color: #F397D4;
}
.AnyTagClassName
{
color: #F397D4;
}
</style>
background-color css
<style>
a { background-color: #F397D4; }
a { background-color: rgb(243,151,212); }
div.DivClassName
{
background-color: #F397D4;
}
.BgClassName
{
background-color: #F397D4;
}
</style>
border-color css
<style>
span { border-color: #F397D4; }
span { border-color: rgb(243,151,212); }
td.TdClassName
{
border-color: #F397D4;
}
.TagClassName
{
border-color: #F397D4;
}
</style>