Shades of Brilliant Rose #F24DAC
Tints of Brilliant Rose #F24DAC
RGB
CMYK
RGB Variations
Color information
#F24DAC (or 0xF24DAC) is known color: Brilliant Rose. HEX triplet: F2, 4D and AC. RGB value is (242,77,172). Sum of RGB (Red+Green+Blue) = 242+77+172=491 (65% of max value = 765). Red value is 242 (94.92% from 255 or 49.29% from 491); Green value is 77 (30.47% from 255 or 15.68% from 491); Blue value is 172 (67.58% from 255 or 35.03% from 491); Max value from RGB is 242 - color contains mainly: red. Hex color #F24DAC is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F24DAC is #0DB253. Grayscale: #888888. Windows color (decimal): -897620 or 11292146. OLE color: 11292146.
HSL color Cylindrical-coordinate representation of color #F24DAC: hue angle of 325.45º degrees, saturation: 0.86, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #F24DAC is Cyan = 0, Magento = 0.68, Yellow = 0.29 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 77 | 172 | - |
| CMYK | 0 | 0.68 | 0.29 | 0.05 |
| HSL | 325.45º | 0.86% | 0.63% | - |
| HSV(B) | 325.45º | 0.68% | 0.95% | - |
| XYZ | 46.72 | 27.16 | 41.81 | - |
| YUV | 137.17 | 147.66 | 202.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 77 | 172 | 0 | 0.68 | 0.29 | 0.05 | 325.45 | 0.86 | 0.63 |
| Hex | F2 | 4D | AC | 0 | 44 | 1D | 5 | 145 | 56 | 3F |
| Octal | 362 | 115 | 254 | 0 | 104 | 35 | 5 | 505 | 126 | 77 |
| Binary | 11110010 | 1001101 | 10101100 | 0 | 1000100 | 11101 | 101 | 101000101 | 1010110 | 111111 |
Color Harmonies of #F24DAC
Complementary color
Monochromatic Colors of #F24DAC
Black with #F24DAC
Text Example
Text Example
White with #F24DAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F24DAC; }
p { color: rgb(242,77,172); }
H1.HeaderClassName
{
color: #F24DAC;
}
.AnyTagClassName
{
color: #F24DAC;
}
</style>
background-color css
<style>
a { background-color: #F24DAC; }
a { background-color: rgb(242,77,172); }
div.DivClassName
{
background-color: #F24DAC;
}
.BgClassName
{
background-color: #F24DAC;
}
</style>
border-color css
<style>
span { border-color: #F24DAC; }
span { border-color: rgb(242,77,172); }
td.TdClassName
{
border-color: #F24DAC;
}
.TagClassName
{
border-color: #F24DAC;
}
</style>