Shades of Brilliant Rose #F24FA0
Tints of Brilliant Rose #F24FA0
RGB
CMYK
RGB Variations
Color information
#F24FA0 (or 0xF24FA0) is known color: Brilliant Rose. HEX triplet: F2, 4F and A0. RGB value is (242,79,160). Sum of RGB (Red+Green+Blue) = 242+79+160=481 (63% of max value = 765). Red value is 242 (94.92% from 255 or 50.31% from 481); Green value is 79 (31.25% from 255 or 16.42% from 481); Blue value is 160 (62.89% from 255 or 33.26% from 481); Max value from RGB is 242 - color contains mainly: red. Hex color #F24FA0 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F24FA0 is #0DB05F. Grayscale: #888888. Windows color (decimal): -897120 or 10506226. OLE color: 10506226.
HSL color Cylindrical-coordinate representation of color #F24FA0: 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.67%. Process color model (Four color, CMYK) of #F24FA0 is Cyan = 0, Magento = 0.67, Yellow = 0.34 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 79 | 160 | - |
| CMYK | 0 | 0.67 | 0.34 | 0.05 |
| HSL | 330.18º | 0.86% | 0.63% | - |
| HSV(B) | 330.18º | 0.67% | 0.95% | - |
| XYZ | 45.76 | 27.01 | 36.06 | - |
| YUV | 136.97 | 141 | 202.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 79 | 160 | 0 | 0.67 | 0.34 | 0.05 | 330.18 | 0.86 | 0.63 |
| Hex | F2 | 4F | A0 | 0 | 43 | 22 | 5 | 14A | 56 | 3F |
| Octal | 362 | 117 | 240 | 0 | 103 | 42 | 5 | 512 | 126 | 77 |
| Binary | 11110010 | 1001111 | 10100000 | 0 | 1000011 | 100010 | 101 | 101001010 | 1010110 | 111111 |
Color Harmonies of #F24FA0
Complementary color
Monochromatic Colors of #F24FA0
Black with #F24FA0
Text Example
Text Example
White with #F24FA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F24FA0; }
p { color: rgb(242,79,160); }
H1.HeaderClassName
{
color: #F24FA0;
}
.AnyTagClassName
{
color: #F24FA0;
}
</style>
background-color css
<style>
a { background-color: #F24FA0; }
a { background-color: rgb(242,79,160); }
div.DivClassName
{
background-color: #F24FA0;
}
.BgClassName
{
background-color: #F24FA0;
}
</style>
border-color css
<style>
span { border-color: #F24FA0; }
span { border-color: rgb(242,79,160); }
td.TdClassName
{
border-color: #F24FA0;
}
.TagClassName
{
border-color: #F24FA0;
}
</style>