Shades of Brilliant Rose #F24DA5
Tints of Brilliant Rose #F24DA5
RGB
CMYK
RGB Variations
Color information
#F24DA5 (or 0xF24DA5) is known color: Brilliant Rose. HEX triplet: F2, 4D and A5. RGB value is (242,77,165). Sum of RGB (Red+Green+Blue) = 242+77+165=484 (64% of max value = 765). Red value is 242 (94.92% from 255 or 50% from 484); Green value is 77 (30.47% from 255 or 15.91% from 484); Blue value is 165 (64.84% from 255 or 34.09% from 484); Max value from RGB is 242 - color contains mainly: red. Hex color #F24DA5 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F24DA5 is #0DB25A. Grayscale: #888888. Windows color (decimal): -897627 or 10833394. OLE color: 10833394.
HSL color Cylindrical-coordinate representation of color #F24DA5: hue angle of 328º 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 #F24DA5 is Cyan = 0, Magento = 0.68, Yellow = 0.32 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 77 | 165 | - |
| CMYK | 0 | 0.68 | 0.32 | 0.05 |
| HSL | 328º | 0.86% | 0.63% | - |
| HSV(B) | 328º | 0.68% | 0.95% | - |
| XYZ | 46.06 | 26.9 | 38.36 | - |
| YUV | 136.37 | 144.16 | 203.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 77 | 165 | 0 | 0.68 | 0.32 | 0.05 | 328 | 0.86 | 0.63 |
| Hex | F2 | 4D | A5 | 0 | 44 | 20 | 5 | 148 | 56 | 3F |
| Octal | 362 | 115 | 245 | 0 | 104 | 40 | 5 | 510 | 126 | 77 |
| Binary | 11110010 | 1001101 | 10100101 | 0 | 1000100 | 100000 | 101 | 101001000 | 1010110 | 111111 |
Color Harmonies of #F24DA5
Complementary color
Monochromatic Colors of #F24DA5
Black with #F24DA5
Text Example
Text Example
White with #F24DA5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F24DA5; }
p { color: rgb(242,77,165); }
H1.HeaderClassName
{
color: #F24DA5;
}
.AnyTagClassName
{
color: #F24DA5;
}
</style>
background-color css
<style>
a { background-color: #F24DA5; }
a { background-color: rgb(242,77,165); }
div.DivClassName
{
background-color: #F24DA5;
}
.BgClassName
{
background-color: #F24DA5;
}
</style>
border-color css
<style>
span { border-color: #F24DA5; }
span { border-color: rgb(242,77,165); }
td.TdClassName
{
border-color: #F24DA5;
}
.TagClassName
{
border-color: #F24DA5;
}
</style>