Shades of Lavender Rose #F194D4
Tints of Lavender Rose #F194D4
RGB
CMYK
RGB Variations
Color information
#F194D4 (or 0xF194D4) is known color: Lavender Rose. HEX triplet: F1, 94 and D4. RGB value is (241,148,212). Sum of RGB (Red+Green+Blue) = 241+148+212=601 (79% of max value = 765). Red value is 241 (94.53% from 255 or 40.10% from 601); Green value is 148 (58.20% from 255 or 24.63% from 601); Blue value is 212 (83.20% from 255 or 35.27% from 601); Max value from RGB is 241 - color contains mainly: red. Hex color #F194D4 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F194D4 is #0E6B2B. Grayscale: #B6B6B6. Windows color (decimal): -944940 or 13931761. OLE color: 13931761.
HSL color Cylindrical-coordinate representation of color #F194D4: hue angle of 318.71º degrees, saturation: 0.77, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #F194D4 is Cyan = 0, Magento = 0.39, Yellow = 0.12 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 148 | 212 | - |
| CMYK | 0 | 0.39 | 0.12 | 0.05 |
| HSL | 318.71º | 0.77% | 0.76% | - |
| HSV(B) | 318.71º | 0.39% | 0.95% | - |
| XYZ | 58.75 | 44.63 | 67.81 | - |
| YUV | 183.1 | 144.31 | 169.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 148 | 212 | 0 | 0.39 | 0.12 | 0.05 | 318.71 | 0.77 | 0.76 |
| Hex | F1 | 94 | D4 | 0 | 27 | C | 5 | 13F | 4D | 4C |
| Octal | 361 | 224 | 324 | 0 | 47 | 14 | 5 | 477 | 115 | 114 |
| Binary | 11110001 | 10010100 | 11010100 | 0 | 100111 | 1100 | 101 | 100111111 | 1001101 | 1001100 |
Color Harmonies of #F194D4
Complementary color
Monochromatic Colors of #F194D4
Black with #F194D4
Text Example
Text Example
White with #F194D4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F194D4; }
p { color: rgb(241,148,212); }
H1.HeaderClassName
{
color: #F194D4;
}
.AnyTagClassName
{
color: #F194D4;
}
</style>
background-color css
<style>
a { background-color: #F194D4; }
a { background-color: rgb(241,148,212); }
div.DivClassName
{
background-color: #F194D4;
}
.BgClassName
{
background-color: #F194D4;
}
</style>
border-color css
<style>
span { border-color: #F194D4; }
span { border-color: rgb(241,148,212); }
td.TdClassName
{
border-color: #F194D4;
}
.TagClassName
{
border-color: #F194D4;
}
</style>