Shades of Brilliant Rose #F24D9F
Tints of Brilliant Rose #F24D9F
RGB
CMYK
RGB Variations
Color information
#F24D9F (or 0xF24D9F) is known color: Brilliant Rose. HEX triplet: F2, 4D and 9F. RGB value is (242,77,159). Sum of RGB (Red+Green+Blue) = 242+77+159=478 (63% of max value = 765). Red value is 242 (94.92% from 255 or 50.63% from 478); Green value is 77 (30.47% from 255 or 16.11% from 478); Blue value is 159 (62.5% from 255 or 33.26% from 478); Max value from RGB is 242 - color contains mainly: red. Hex color #F24D9F is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F24D9F is #0DB260. Grayscale: #878787. Windows color (decimal): -897633 or 10440178. OLE color: 10440178.
HSL color Cylindrical-coordinate representation of color #F24D9F: hue angle of 330.18º 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 #F24D9F is Cyan = 0, Magento = 0.68, Yellow = 0.34 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 77 | 159 | - |
| CMYK | 0 | 0.68 | 0.34 | 0.05 |
| HSL | 330.18º | 0.86% | 0.63% | - |
| HSV(B) | 330.18º | 0.68% | 0.95% | - |
| XYZ | 45.53 | 26.69 | 35.55 | - |
| YUV | 135.68 | 141.16 | 203.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 77 | 159 | 0 | 0.68 | 0.34 | 0.05 | 330.18 | 0.86 | 0.63 |
| Hex | F2 | 4D | 9F | 0 | 44 | 22 | 5 | 14A | 56 | 3F |
| Octal | 362 | 115 | 237 | 0 | 104 | 42 | 5 | 512 | 126 | 77 |
| Binary | 11110010 | 1001101 | 10011111 | 0 | 1000100 | 100010 | 101 | 101001010 | 1010110 | 111111 |
Color Harmonies of #F24D9F
Complementary color
Monochromatic Colors of #F24D9F
Black with #F24D9F
Text Example
Text Example
White with #F24D9F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F24D9F; }
p { color: rgb(242,77,159); }
H1.HeaderClassName
{
color: #F24D9F;
}
.AnyTagClassName
{
color: #F24D9F;
}
</style>
background-color css
<style>
a { background-color: #F24D9F; }
a { background-color: rgb(242,77,159); }
div.DivClassName
{
background-color: #F24D9F;
}
.BgClassName
{
background-color: #F24D9F;
}
</style>
border-color css
<style>
span { border-color: #F24D9F; }
span { border-color: rgb(242,77,159); }
td.TdClassName
{
border-color: #F24D9F;
}
.TagClassName
{
border-color: #F24D9F;
}
</style>