Shades of Brilliant Rose #F24DA9
Tints of Brilliant Rose #F24DA9
RGB
CMYK
RGB Variations
Color information
#F24DA9 (or 0xF24DA9) is known color: Brilliant Rose. HEX triplet: F2, 4D and A9. RGB value is (242,77,169). Sum of RGB (Red+Green+Blue) = 242+77+169=488 (64% of max value = 765). Red value is 242 (94.92% from 255 or 49.59% from 488); Green value is 77 (30.47% from 255 or 15.78% from 488); Blue value is 169 (66.41% from 255 or 34.63% from 488); Max value from RGB is 242 - color contains mainly: red. Hex color #F24DA9 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F24DA9 is #0DB256. Grayscale: #888888. Windows color (decimal): -897623 or 11095538. OLE color: 11095538.
HSL color Cylindrical-coordinate representation of color #F24DA9: hue angle of 326.55º degrees, saturation: 0.86, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #F24DA9 is Cyan = 0, Magento = 0.68, Yellow = 0.30 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 77 | 169 | - |
| CMYK | 0 | 0.68 | 0.30 | 0.05 |
| HSL | 326.55º | 0.86% | 0.63% | - |
| HSV(B) | 326.55º | 0.68% | 0.95% | - |
| XYZ | 46.43 | 27.05 | 40.31 | - |
| YUV | 136.82 | 146.16 | 203.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 77 | 169 | 0 | 0.68 | 0.30 | 0.05 | 326.55 | 0.86 | 0.63 |
| Hex | F2 | 4D | A9 | 0 | 44 | 1E | 5 | 147 | 56 | 3F |
| Octal | 362 | 115 | 251 | 0 | 104 | 36 | 5 | 507 | 126 | 77 |
| Binary | 11110010 | 1001101 | 10101001 | 0 | 1000100 | 11110 | 101 | 101000111 | 1010110 | 111111 |
Color Harmonies of #F24DA9
Complementary color
Monochromatic Colors of #F24DA9
Black with #F24DA9
Text Example
Text Example
White with #F24DA9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F24DA9; }
p { color: rgb(242,77,169); }
H1.HeaderClassName
{
color: #F24DA9;
}
.AnyTagClassName
{
color: #F24DA9;
}
</style>
background-color css
<style>
a { background-color: #F24DA9; }
a { background-color: rgb(242,77,169); }
div.DivClassName
{
background-color: #F24DA9;
}
.BgClassName
{
background-color: #F24DA9;
}
</style>
border-color css
<style>
span { border-color: #F24DA9; }
span { border-color: rgb(242,77,169); }
td.TdClassName
{
border-color: #F24DA9;
}
.TagClassName
{
border-color: #F24DA9;
}
</style>