Shades of Brilliant Rose #F24DAB
Tints of Brilliant Rose #F24DAB
RGB
CMYK
RGB Variations
Color information
#F24DAB (or 0xF24DAB) is known color: Brilliant Rose. HEX triplet: F2, 4D and AB. RGB value is (242,77,171). Sum of RGB (Red+Green+Blue) = 242+77+171=490 (64% of max value = 765). Red value is 242 (94.92% from 255 or 49.39% from 490); Green value is 77 (30.47% from 255 or 15.71% from 490); Blue value is 171 (67.19% from 255 or 34.90% from 490); Max value from RGB is 242 - color contains mainly: red. Hex color #F24DAB is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F24DAB is #0DB254. Grayscale: #888888. Windows color (decimal): -897621 or 11226610. OLE color: 11226610.
HSL color Cylindrical-coordinate representation of color #F24DAB: hue angle of 325.82º 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 #F24DAB is Cyan = 0, Magento = 0.68, Yellow = 0.29 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 77 | 171 | - |
| CMYK | 0 | 0.68 | 0.29 | 0.05 |
| HSL | 325.82º | 0.86% | 0.63% | - |
| HSV(B) | 325.82º | 0.68% | 0.95% | - |
| XYZ | 46.62 | 27.13 | 41.31 | - |
| YUV | 137.05 | 147.16 | 202.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 77 | 171 | 0 | 0.68 | 0.29 | 0.05 | 325.82 | 0.86 | 0.63 |
| Hex | F2 | 4D | AB | 0 | 44 | 1D | 5 | 146 | 56 | 3F |
| Octal | 362 | 115 | 253 | 0 | 104 | 35 | 5 | 506 | 126 | 77 |
| Binary | 11110010 | 1001101 | 10101011 | 0 | 1000100 | 11101 | 101 | 101000110 | 1010110 | 111111 |
Color Harmonies of #F24DAB
Complementary color
Monochromatic Colors of #F24DAB
Black with #F24DAB
Text Example
Text Example
White with #F24DAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F24DAB; }
p { color: rgb(242,77,171); }
H1.HeaderClassName
{
color: #F24DAB;
}
.AnyTagClassName
{
color: #F24DAB;
}
</style>
background-color css
<style>
a { background-color: #F24DAB; }
a { background-color: rgb(242,77,171); }
div.DivClassName
{
background-color: #F24DAB;
}
.BgClassName
{
background-color: #F24DAB;
}
</style>
border-color css
<style>
span { border-color: #F24DAB; }
span { border-color: rgb(242,77,171); }
td.TdClassName
{
border-color: #F24DAB;
}
.TagClassName
{
border-color: #F24DAB;
}
</style>