Shades of Brilliant Rose #F24DAE
Tints of Brilliant Rose #F24DAE
RGB
CMYK
RGB Variations
Color information
#F24DAE (or 0xF24DAE) is known color: Brilliant Rose. HEX triplet: F2, 4D and AE. RGB value is (242,77,174). Sum of RGB (Red+Green+Blue) = 242+77+174=493 (65% of max value = 765). Red value is 242 (94.92% from 255 or 49.09% from 493); Green value is 77 (30.47% from 255 or 15.62% from 493); Blue value is 174 (68.36% from 255 or 35.29% from 493); Max value from RGB is 242 - color contains mainly: red. Hex color #F24DAE is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F24DAE is #0DB251. Grayscale: #898989. Windows color (decimal): -897618 or 11423218. OLE color: 11423218.
HSL color Cylindrical-coordinate representation of color #F24DAE: hue angle of 324.73º 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 #F24DAE is Cyan = 0, Magento = 0.68, Yellow = 0.28 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 77 | 174 | - |
| CMYK | 0 | 0.68 | 0.28 | 0.05 |
| HSL | 324.73º | 0.86% | 0.63% | - |
| HSV(B) | 324.73º | 0.68% | 0.95% | - |
| XYZ | 46.91 | 27.24 | 42.83 | - |
| YUV | 137.39 | 148.66 | 202.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 77 | 174 | 0 | 0.68 | 0.28 | 0.05 | 324.73 | 0.86 | 0.63 |
| Hex | F2 | 4D | AE | 0 | 44 | 1C | 5 | 145 | 56 | 3F |
| Octal | 362 | 115 | 256 | 0 | 104 | 34 | 5 | 505 | 126 | 77 |
| Binary | 11110010 | 1001101 | 10101110 | 0 | 1000100 | 11100 | 101 | 101000101 | 1010110 | 111111 |
Color Harmonies of #F24DAE
Complementary color
Monochromatic Colors of #F24DAE
Black with #F24DAE
Text Example
Text Example
White with #F24DAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F24DAE; }
p { color: rgb(242,77,174); }
H1.HeaderClassName
{
color: #F24DAE;
}
.AnyTagClassName
{
color: #F24DAE;
}
</style>
background-color css
<style>
a { background-color: #F24DAE; }
a { background-color: rgb(242,77,174); }
div.DivClassName
{
background-color: #F24DAE;
}
.BgClassName
{
background-color: #F24DAE;
}
</style>
border-color css
<style>
span { border-color: #F24DAE; }
span { border-color: rgb(242,77,174); }
td.TdClassName
{
border-color: #F24DAE;
}
.TagClassName
{
border-color: #F24DAE;
}
</style>