Shades of Lavender Rose #F691D4
Tints of Lavender Rose #F691D4
RGB
CMYK
RGB Variations
Color information
#F691D4 (or 0xF691D4) is known color: Lavender Rose. HEX triplet: F6, 91 and D4. RGB value is (246,145,212). Sum of RGB (Red+Green+Blue) = 246+145+212=603 (79% of max value = 765). Red value is 246 (96.48% from 255 or 40.80% from 603); Green value is 145 (57.03% from 255 or 24.05% from 603); Blue value is 212 (83.20% from 255 or 35.16% from 603); Max value from RGB is 246 - color contains mainly: red. Hex color #F691D4 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F691D4 is #096E2B. Grayscale: #B6B6B6. Windows color (decimal): -618028 or 13930998. OLE color: 13930998.
HSL color Cylindrical-coordinate representation of color #F691D4: hue angle of 320.2º degrees, saturation: 0.85, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #F691D4 is Cyan = 0, Magento = 0.41, Yellow = 0.14 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 145 | 212 | - |
| CMYK | 0 | 0.41 | 0.14 | 0.04 |
| HSL | 320.2º | 0.85% | 0.77% | - |
| HSV(B) | 320.2º | 0.41% | 0.96% | - |
| XYZ | 60.02 | 44.6 | 67.73 | - |
| YUV | 182.84 | 144.46 | 173.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 145 | 212 | 0 | 0.41 | 0.14 | 0.04 | 320.2 | 0.85 | 0.77 |
| Hex | F6 | 91 | D4 | 0 | 29 | E | 4 | 140 | 55 | 4D |
| Octal | 366 | 221 | 324 | 0 | 51 | 16 | 4 | 500 | 125 | 115 |
| Binary | 11110110 | 10010001 | 11010100 | 0 | 101001 | 1110 | 100 | 101000000 | 1010101 | 1001101 |
Color Harmonies of #F691D4
Complementary color
Monochromatic Colors of #F691D4
Black with #F691D4
Text Example
Text Example
White with #F691D4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F691D4; }
p { color: rgb(246,145,212); }
H1.HeaderClassName
{
color: #F691D4;
}
.AnyTagClassName
{
color: #F691D4;
}
</style>
background-color css
<style>
a { background-color: #F691D4; }
a { background-color: rgb(246,145,212); }
div.DivClassName
{
background-color: #F691D4;
}
.BgClassName
{
background-color: #F691D4;
}
</style>
border-color css
<style>
span { border-color: #F691D4; }
span { border-color: rgb(246,145,212); }
td.TdClassName
{
border-color: #F691D4;
}
.TagClassName
{
border-color: #F691D4;
}
</style>