Shades of Brilliant Rose #F24BA9
Tints of Brilliant Rose #F24BA9
RGB
CMYK
RGB Variations
Color information
#F24BA9 (or 0xF24BA9) is known color: Brilliant Rose. HEX triplet: F2, 4B and A9. RGB value is (242,75,169). Sum of RGB (Red+Green+Blue) = 242+75+169=486 (64% of max value = 765). Red value is 242 (94.92% from 255 or 49.79% from 486); Green value is 75 (29.69% from 255 or 15.43% from 486); Blue value is 169 (66.41% from 255 or 34.77% from 486); Max value from RGB is 242 - color contains mainly: red. Hex color #F24BA9 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F24BA9 is #0DB456. Grayscale: #878787. Windows color (decimal): -898135 or 11095026. OLE color: 11095026.
HSL color Cylindrical-coordinate representation of color #F24BA9: hue angle of 326.23º 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 #F24BA9 is Cyan = 0, Magento = 0.69, Yellow = 0.30 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 75 | 169 | - |
| CMYK | 0 | 0.69 | 0.30 | 0.05 |
| HSL | 326.23º | 0.87% | 0.62% | - |
| HSV(B) | 326.23º | 0.69% | 0.95% | - |
| XYZ | 46.3 | 26.77 | 40.26 | - |
| YUV | 135.65 | 146.83 | 203.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 75 | 169 | 0 | 0.69 | 0.30 | 0.05 | 326.23 | 0.87 | 0.62 |
| Hex | F2 | 4B | A9 | 0 | 45 | 1E | 5 | 146 | 57 | 3E |
| Octal | 362 | 113 | 251 | 0 | 105 | 36 | 5 | 506 | 127 | 76 |
| Binary | 11110010 | 1001011 | 10101001 | 0 | 1000101 | 11110 | 101 | 101000110 | 1010111 | 111110 |
Color Harmonies of #F24BA9
Complementary color
Monochromatic Colors of #F24BA9
Black with #F24BA9
Text Example
Text Example
White with #F24BA9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F24BA9; }
p { color: rgb(242,75,169); }
H1.HeaderClassName
{
color: #F24BA9;
}
.AnyTagClassName
{
color: #F24BA9;
}
</style>
background-color css
<style>
a { background-color: #F24BA9; }
a { background-color: rgb(242,75,169); }
div.DivClassName
{
background-color: #F24BA9;
}
.BgClassName
{
background-color: #F24BA9;
}
</style>
border-color css
<style>
span { border-color: #F24BA9; }
span { border-color: rgb(242,75,169); }
td.TdClassName
{
border-color: #F24BA9;
}
.TagClassName
{
border-color: #F24BA9;
}
</style>