Shades of Brilliant Rose #F24BA1
Tints of Brilliant Rose #F24BA1
RGB
CMYK
RGB Variations
Color information
#F24BA1 (or 0xF24BA1) is known color: Brilliant Rose. HEX triplet: F2, 4B and A1. RGB value is (242,75,161). Sum of RGB (Red+Green+Blue) = 242+75+161=478 (63% of max value = 765). Red value is 242 (94.92% from 255 or 50.63% from 478); Green value is 75 (29.69% from 255 or 15.69% from 478); Blue value is 161 (63.28% from 255 or 33.68% from 478); Max value from RGB is 242 - color contains mainly: red. Hex color #F24BA1 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F24BA1 is #0DB45E. Grayscale: #868686. Windows color (decimal): -898143 or 10570738. OLE color: 10570738.
HSL color Cylindrical-coordinate representation of color #F24BA1: hue angle of 329.1º 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 #F24BA1 is Cyan = 0, Magento = 0.69, Yellow = 0.33 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 75 | 161 | - |
| CMYK | 0 | 0.69 | 0.33 | 0.05 |
| HSL | 329.1º | 0.87% | 0.62% | - |
| HSV(B) | 329.1º | 0.69% | 0.95% | - |
| XYZ | 45.57 | 26.48 | 36.43 | - |
| YUV | 134.74 | 142.83 | 204.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 75 | 161 | 0 | 0.69 | 0.33 | 0.05 | 329.1 | 0.87 | 0.62 |
| Hex | F2 | 4B | A1 | 0 | 45 | 21 | 5 | 149 | 57 | 3E |
| Octal | 362 | 113 | 241 | 0 | 105 | 41 | 5 | 511 | 127 | 76 |
| Binary | 11110010 | 1001011 | 10100001 | 0 | 1000101 | 100001 | 101 | 101001001 | 1010111 | 111110 |
Color Harmonies of #F24BA1
Complementary color
Monochromatic Colors of #F24BA1
Black with #F24BA1
Text Example
Text Example
White with #F24BA1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F24BA1; }
p { color: rgb(242,75,161); }
H1.HeaderClassName
{
color: #F24BA1;
}
.AnyTagClassName
{
color: #F24BA1;
}
</style>
background-color css
<style>
a { background-color: #F24BA1; }
a { background-color: rgb(242,75,161); }
div.DivClassName
{
background-color: #F24BA1;
}
.BgClassName
{
background-color: #F24BA1;
}
</style>
border-color css
<style>
span { border-color: #F24BA1; }
span { border-color: rgb(242,75,161); }
td.TdClassName
{
border-color: #F24BA1;
}
.TagClassName
{
border-color: #F24BA1;
}
</style>