Shades of Brilliant Rose #F24DA6
Tints of Brilliant Rose #F24DA6
RGB
CMYK
RGB Variations
Color information
#F24DA6 (or 0xF24DA6) is known color: Brilliant Rose. HEX triplet: F2, 4D and A6. RGB value is (242,77,166). Sum of RGB (Red+Green+Blue) = 242+77+166=485 (64% of max value = 765). Red value is 242 (94.92% from 255 or 49.90% from 485); Green value is 77 (30.47% from 255 or 15.88% from 485); Blue value is 166 (65.23% from 255 or 34.23% from 485); Max value from RGB is 242 - color contains mainly: red. Hex color #F24DA6 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F24DA6 is #0DB259. Grayscale: #888888. Windows color (decimal): -897626 or 10898930. OLE color: 10898930.
HSL color Cylindrical-coordinate representation of color #F24DA6: hue angle of 327.64º 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 #F24DA6 is Cyan = 0, Magento = 0.68, Yellow = 0.31 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 77 | 166 | - |
| CMYK | 0 | 0.68 | 0.31 | 0.05 |
| HSL | 327.64º | 0.86% | 0.63% | - |
| HSV(B) | 327.64º | 0.68% | 0.95% | - |
| XYZ | 46.15 | 26.94 | 38.84 | - |
| YUV | 136.48 | 144.66 | 203.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 77 | 166 | 0 | 0.68 | 0.31 | 0.05 | 327.64 | 0.86 | 0.63 |
| Hex | F2 | 4D | A6 | 0 | 44 | 1F | 5 | 148 | 56 | 3F |
| Octal | 362 | 115 | 246 | 0 | 104 | 37 | 5 | 510 | 126 | 77 |
| Binary | 11110010 | 1001101 | 10100110 | 0 | 1000100 | 11111 | 101 | 101001000 | 1010110 | 111111 |
Color Harmonies of #F24DA6
Complementary color
Monochromatic Colors of #F24DA6
Black with #F24DA6
Text Example
Text Example
White with #F24DA6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F24DA6; }
p { color: rgb(242,77,166); }
H1.HeaderClassName
{
color: #F24DA6;
}
.AnyTagClassName
{
color: #F24DA6;
}
</style>
background-color css
<style>
a { background-color: #F24DA6; }
a { background-color: rgb(242,77,166); }
div.DivClassName
{
background-color: #F24DA6;
}
.BgClassName
{
background-color: #F24DA6;
}
</style>
border-color css
<style>
span { border-color: #F24DA6; }
span { border-color: rgb(242,77,166); }
td.TdClassName
{
border-color: #F24DA6;
}
.TagClassName
{
border-color: #F24DA6;
}
</style>