Shades of Brilliant Rose #F24EB8
Tints of Brilliant Rose #F24EB8
RGB
CMYK
RGB Variations
Color information
#F24EB8 (or 0xF24EB8) is known color: Brilliant Rose. HEX triplet: F2, 4E and B8. RGB value is (242,78,184). Sum of RGB (Red+Green+Blue) = 242+78+184=504 (66% of max value = 765). Red value is 242 (94.92% from 255 or 48.02% from 504); Green value is 78 (30.86% from 255 or 15.48% from 504); Blue value is 184 (72.27% from 255 or 36.51% from 504); Max value from RGB is 242 - color contains mainly: red. Hex color #F24EB8 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F24EB8 is #0DB147. Grayscale: #8A8A8A. Windows color (decimal): -897352 or 12078834. OLE color: 12078834.
HSL color Cylindrical-coordinate representation of color #F24EB8: hue angle of 321.22º 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 #F24EB8 is Cyan = 0, Magento = 0.68, Yellow = 0.24 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 78 | 184 | - |
| CMYK | 0 | 0.68 | 0.24 | 0.05 |
| HSL | 321.22º | 0.86% | 0.63% | - |
| HSV(B) | 321.22º | 0.68% | 0.95% | - |
| XYZ | 47.99 | 27.79 | 48.18 | - |
| YUV | 139.12 | 153.33 | 201.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 78 | 184 | 0 | 0.68 | 0.24 | 0.05 | 321.22 | 0.86 | 0.63 |
| Hex | F2 | 4E | B8 | 0 | 44 | 18 | 5 | 141 | 56 | 3F |
| Octal | 362 | 116 | 270 | 0 | 104 | 30 | 5 | 501 | 126 | 77 |
| Binary | 11110010 | 1001110 | 10111000 | 0 | 1000100 | 11000 | 101 | 101000001 | 1010110 | 111111 |
Color Harmonies of #F24EB8
Complementary color
Monochromatic Colors of #F24EB8
Black with #F24EB8
Text Example
Text Example
White with #F24EB8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F24EB8; }
p { color: rgb(242,78,184); }
H1.HeaderClassName
{
color: #F24EB8;
}
.AnyTagClassName
{
color: #F24EB8;
}
</style>
background-color css
<style>
a { background-color: #F24EB8; }
a { background-color: rgb(242,78,184); }
div.DivClassName
{
background-color: #F24EB8;
}
.BgClassName
{
background-color: #F24EB8;
}
</style>
border-color css
<style>
span { border-color: #F24EB8; }
span { border-color: rgb(242,78,184); }
td.TdClassName
{
border-color: #F24EB8;
}
.TagClassName
{
border-color: #F24EB8;
}
</style>