Shades of Brilliant Rose #F24CAA
Tints of Brilliant Rose #F24CAA
RGB
CMYK
RGB Variations
Color information
#F24CAA (or 0xF24CAA) is known color: Brilliant Rose. HEX triplet: F2, 4C and AA. RGB value is (242,76,170). Sum of RGB (Red+Green+Blue) = 242+76+170=488 (64% of max value = 765). Red value is 242 (94.92% from 255 or 49.59% from 488); Green value is 76 (30.08% from 255 or 15.57% from 488); Blue value is 170 (66.80% from 255 or 34.84% from 488); Max value from RGB is 242 - color contains mainly: red. Hex color #F24CAA is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F24CAA is #0DB355. Grayscale: #888888. Windows color (decimal): -897878 or 11160818. OLE color: 11160818.
HSL color Cylindrical-coordinate representation of color #F24CAA: hue angle of 326.02º degrees, saturation: 0.86, 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 #F24CAA is Cyan = 0, Magento = 0.69, Yellow = 0.30 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 76 | 170 | - |
| CMYK | 0 | 0.69 | 0.30 | 0.05 |
| HSL | 326.02º | 0.86% | 0.62% | - |
| HSV(B) | 326.02º | 0.69% | 0.95% | - |
| XYZ | 46.46 | 26.95 | 40.78 | - |
| YUV | 136.35 | 147 | 203.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 76 | 170 | 0 | 0.69 | 0.30 | 0.05 | 326.02 | 0.86 | 0.62 |
| Hex | F2 | 4C | AA | 0 | 45 | 1E | 5 | 146 | 56 | 3E |
| Octal | 362 | 114 | 252 | 0 | 105 | 36 | 5 | 506 | 126 | 76 |
| Binary | 11110010 | 1001100 | 10101010 | 0 | 1000101 | 11110 | 101 | 101000110 | 1010110 | 111110 |
Color Harmonies of #F24CAA
Complementary color
Monochromatic Colors of #F24CAA
Black with #F24CAA
Text Example
Text Example
White with #F24CAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F24CAA; }
p { color: rgb(242,76,170); }
H1.HeaderClassName
{
color: #F24CAA;
}
.AnyTagClassName
{
color: #F24CAA;
}
</style>
background-color css
<style>
a { background-color: #F24CAA; }
a { background-color: rgb(242,76,170); }
div.DivClassName
{
background-color: #F24CAA;
}
.BgClassName
{
background-color: #F24CAA;
}
</style>
border-color css
<style>
span { border-color: #F24CAA; }
span { border-color: rgb(242,76,170); }
td.TdClassName
{
border-color: #F24CAA;
}
.TagClassName
{
border-color: #F24CAA;
}
</style>