Shades of Brilliant Rose #F24CAC
Tints of Brilliant Rose #F24CAC
RGB
CMYK
RGB Variations
Color information
#F24CAC (or 0xF24CAC) is known color: Brilliant Rose. HEX triplet: F2, 4C and AC. RGB value is (242,76,172). Sum of RGB (Red+Green+Blue) = 242+76+172=490 (64% of max value = 765). Red value is 242 (94.92% from 255 or 49.39% from 490); Green value is 76 (30.08% from 255 or 15.51% from 490); Blue value is 172 (67.58% from 255 or 35.10% from 490); Max value from RGB is 242 - color contains mainly: red. Hex color #F24CAC is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F24CAC is #0DB353. Grayscale: #888888. Windows color (decimal): -897876 or 11291890. OLE color: 11291890.
HSL color Cylindrical-coordinate representation of color #F24CAC: hue angle of 325.3º 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 #F24CAC is Cyan = 0, Magento = 0.69, Yellow = 0.29 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 76 | 172 | - |
| CMYK | 0 | 0.69 | 0.29 | 0.05 |
| HSL | 325.3º | 0.86% | 0.62% | - |
| HSV(B) | 325.3º | 0.69% | 0.95% | - |
| XYZ | 46.65 | 27.02 | 41.79 | - |
| YUV | 136.58 | 148 | 203.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 76 | 172 | 0 | 0.69 | 0.29 | 0.05 | 325.3 | 0.86 | 0.62 |
| Hex | F2 | 4C | AC | 0 | 45 | 1D | 5 | 145 | 56 | 3E |
| Octal | 362 | 114 | 254 | 0 | 105 | 35 | 5 | 505 | 126 | 76 |
| Binary | 11110010 | 1001100 | 10101100 | 0 | 1000101 | 11101 | 101 | 101000101 | 1010110 | 111110 |
Color Harmonies of #F24CAC
Complementary color
Monochromatic Colors of #F24CAC
Black with #F24CAC
Text Example
Text Example
White with #F24CAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F24CAC; }
p { color: rgb(242,76,172); }
H1.HeaderClassName
{
color: #F24CAC;
}
.AnyTagClassName
{
color: #F24CAC;
}
</style>
background-color css
<style>
a { background-color: #F24CAC; }
a { background-color: rgb(242,76,172); }
div.DivClassName
{
background-color: #F24CAC;
}
.BgClassName
{
background-color: #F24CAC;
}
</style>
border-color css
<style>
span { border-color: #F24CAC; }
span { border-color: rgb(242,76,172); }
td.TdClassName
{
border-color: #F24CAC;
}
.TagClassName
{
border-color: #F24CAC;
}
</style>