Shades of Brilliant Rose #F24AA9
Tints of Brilliant Rose #F24AA9
RGB
CMYK
RGB Variations
Color information
#F24AA9 (or 0xF24AA9) is known color: Brilliant Rose. HEX triplet: F2, 4A and A9. RGB value is (242,74,169). Sum of RGB (Red+Green+Blue) = 242+74+169=485 (64% of max value = 765). Red value is 242 (94.92% from 255 or 49.90% from 485); Green value is 74 (29.30% from 255 or 15.26% from 485); Blue value is 169 (66.41% from 255 or 34.85% from 485); Max value from RGB is 242 - color contains mainly: red. Hex color #F24AA9 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F24AA9 is #0DB556. Grayscale: #868686. Windows color (decimal): -898391 or 11094770. OLE color: 11094770.
HSL color Cylindrical-coordinate representation of color #F24AA9: hue angle of 326.07º degrees, saturation: 0.87, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #F24AA9 is Cyan = 0, Magento = 0.69, Yellow = 0.30 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 74 | 169 | - |
| CMYK | 0 | 0.69 | 0.30 | 0.05 |
| HSL | 326.07º | 0.87% | 0.62% | - |
| HSV(B) | 326.07º | 0.69% | 0.95% | - |
| XYZ | 46.23 | 26.64 | 40.24 | - |
| YUV | 135.06 | 147.16 | 204.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 74 | 169 | 0 | 0.69 | 0.30 | 0.05 | 326.07 | 0.87 | 0.62 |
| Hex | F2 | 4A | A9 | 0 | 45 | 1E | 5 | 146 | 57 | 3E |
| Octal | 362 | 112 | 251 | 0 | 105 | 36 | 5 | 506 | 127 | 76 |
| Binary | 11110010 | 1001010 | 10101001 | 0 | 1000101 | 11110 | 101 | 101000110 | 1010111 | 111110 |
Color Harmonies of #F24AA9
Complementary color
Monochromatic Colors of #F24AA9
Black with #F24AA9
Text Example
Text Example
White with #F24AA9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F24AA9; }
p { color: rgb(242,74,169); }
H1.HeaderClassName
{
color: #F24AA9;
}
.AnyTagClassName
{
color: #F24AA9;
}
</style>
background-color css
<style>
a { background-color: #F24AA9; }
a { background-color: rgb(242,74,169); }
div.DivClassName
{
background-color: #F24AA9;
}
.BgClassName
{
background-color: #F24AA9;
}
</style>
border-color css
<style>
span { border-color: #F24AA9; }
span { border-color: rgb(242,74,169); }
td.TdClassName
{
border-color: #F24AA9;
}
.TagClassName
{
border-color: #F24AA9;
}
</style>