Shades of Brilliant Rose #F24BAC
Tints of Brilliant Rose #F24BAC
RGB
CMYK
RGB Variations
Color information
#F24BAC (or 0xF24BAC) is known color: Brilliant Rose. HEX triplet: F2, 4B and AC. RGB value is (242,75,172). Sum of RGB (Red+Green+Blue) = 242+75+172=489 (64% of max value = 765). Red value is 242 (94.92% from 255 or 49.49% from 489); Green value is 75 (29.69% from 255 or 15.34% from 489); Blue value is 172 (67.58% from 255 or 35.17% from 489); Max value from RGB is 242 - color contains mainly: red. Hex color #F24BAC is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F24BAC is #0DB453. Grayscale: #878787. Windows color (decimal): -898132 or 11291634. OLE color: 11291634.
HSL color Cylindrical-coordinate representation of color #F24BAC: hue angle of 325.15º 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 #F24BAC is Cyan = 0, Magento = 0.69, Yellow = 0.29 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 75 | 172 | - |
| CMYK | 0 | 0.69 | 0.29 | 0.05 |
| HSL | 325.15º | 0.87% | 0.62% | - |
| HSV(B) | 325.15º | 0.69% | 0.95% | - |
| XYZ | 46.58 | 26.89 | 41.76 | - |
| YUV | 135.99 | 148.33 | 203.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 75 | 172 | 0 | 0.69 | 0.29 | 0.05 | 325.15 | 0.87 | 0.62 |
| Hex | F2 | 4B | AC | 0 | 45 | 1D | 5 | 145 | 57 | 3E |
| Octal | 362 | 113 | 254 | 0 | 105 | 35 | 5 | 505 | 127 | 76 |
| Binary | 11110010 | 1001011 | 10101100 | 0 | 1000101 | 11101 | 101 | 101000101 | 1010111 | 111110 |
Color Harmonies of #F24BAC
Complementary color
Monochromatic Colors of #F24BAC
Black with #F24BAC
Text Example
Text Example
White with #F24BAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F24BAC; }
p { color: rgb(242,75,172); }
H1.HeaderClassName
{
color: #F24BAC;
}
.AnyTagClassName
{
color: #F24BAC;
}
</style>
background-color css
<style>
a { background-color: #F24BAC; }
a { background-color: rgb(242,75,172); }
div.DivClassName
{
background-color: #F24BAC;
}
.BgClassName
{
background-color: #F24BAC;
}
</style>
border-color css
<style>
span { border-color: #F24BAC; }
span { border-color: rgb(242,75,172); }
td.TdClassName
{
border-color: #F24BAC;
}
.TagClassName
{
border-color: #F24BAC;
}
</style>