Shades of Lavender Rose #F68FD4
Tints of Lavender Rose #F68FD4
RGB
CMYK
RGB Variations
Color information
#F68FD4 (or 0xF68FD4) is known color: Lavender Rose. HEX triplet: F6, 8F and D4. RGB value is (246,143,212). Sum of RGB (Red+Green+Blue) = 246+143+212=601 (79% of max value = 765). Red value is 246 (96.48% from 255 or 40.93% from 601); Green value is 143 (56.25% from 255 or 23.79% from 601); Blue value is 212 (83.20% from 255 or 35.27% from 601); Max value from RGB is 246 - color contains mainly: red. Hex color #F68FD4 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F68FD4 is #09702B. Grayscale: #B5B5B5. Windows color (decimal): -618540 or 13930486. OLE color: 13930486.
HSL color Cylindrical-coordinate representation of color #F68FD4: hue angle of 319.81º degrees, saturation: 0.85, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #F68FD4 is Cyan = 0, Magento = 0.42, Yellow = 0.14 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 143 | 212 | - |
| CMYK | 0 | 0.42 | 0.14 | 0.04 |
| HSL | 319.81º | 0.85% | 0.76% | - |
| HSV(B) | 319.81º | 0.42% | 0.96% | - |
| XYZ | 59.71 | 43.99 | 67.63 | - |
| YUV | 181.66 | 145.12 | 173.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 143 | 212 | 0 | 0.42 | 0.14 | 0.04 | 319.81 | 0.85 | 0.76 |
| Hex | F6 | 8F | D4 | 0 | 2A | E | 4 | 140 | 55 | 4C |
| Octal | 366 | 217 | 324 | 0 | 52 | 16 | 4 | 500 | 125 | 114 |
| Binary | 11110110 | 10001111 | 11010100 | 0 | 101010 | 1110 | 100 | 101000000 | 1010101 | 1001100 |
Color Harmonies of #F68FD4
Complementary color
Monochromatic Colors of #F68FD4
Black with #F68FD4
Text Example
Text Example
White with #F68FD4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F68FD4; }
p { color: rgb(246,143,212); }
H1.HeaderClassName
{
color: #F68FD4;
}
.AnyTagClassName
{
color: #F68FD4;
}
</style>
background-color css
<style>
a { background-color: #F68FD4; }
a { background-color: rgb(246,143,212); }
div.DivClassName
{
background-color: #F68FD4;
}
.BgClassName
{
background-color: #F68FD4;
}
</style>
border-color css
<style>
span { border-color: #F68FD4; }
span { border-color: rgb(246,143,212); }
td.TdClassName
{
border-color: #F68FD4;
}
.TagClassName
{
border-color: #F68FD4;
}
</style>