Shades of Brilliant Rose #F24AA2
Tints of Brilliant Rose #F24AA2
RGB
CMYK
RGB Variations
Color information
#F24AA2 (or 0xF24AA2) is known color: Brilliant Rose. HEX triplet: F2, 4A and A2. RGB value is (242,74,162). Sum of RGB (Red+Green+Blue) = 242+74+162=478 (63% of max value = 765). Red value is 242 (94.92% from 255 or 50.63% from 478); Green value is 74 (29.30% from 255 or 15.48% from 478); Blue value is 162 (63.67% from 255 or 33.89% from 478); Max value from RGB is 242 - color contains mainly: red. Hex color #F24AA2 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F24AA2 is #0DB55D. Grayscale: #868686. Windows color (decimal): -898398 or 10636018. OLE color: 10636018.
HSL color Cylindrical-coordinate representation of color #F24AA2: hue angle of 328.57º 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 #F24AA2 is Cyan = 0, Magento = 0.69, Yellow = 0.33 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 74 | 162 | - |
| CMYK | 0 | 0.69 | 0.33 | 0.05 |
| HSL | 328.57º | 0.87% | 0.62% | - |
| HSV(B) | 328.57º | 0.69% | 0.95% | - |
| XYZ | 45.59 | 26.38 | 36.87 | - |
| YUV | 134.26 | 143.66 | 204.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 74 | 162 | 0 | 0.69 | 0.33 | 0.05 | 328.57 | 0.87 | 0.62 |
| Hex | F2 | 4A | A2 | 0 | 45 | 21 | 5 | 149 | 57 | 3E |
| Octal | 362 | 112 | 242 | 0 | 105 | 41 | 5 | 511 | 127 | 76 |
| Binary | 11110010 | 1001010 | 10100010 | 0 | 1000101 | 100001 | 101 | 101001001 | 1010111 | 111110 |
Color Harmonies of #F24AA2
Complementary color
Monochromatic Colors of #F24AA2
Black with #F24AA2
Text Example
Text Example
White with #F24AA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F24AA2; }
p { color: rgb(242,74,162); }
H1.HeaderClassName
{
color: #F24AA2;
}
.AnyTagClassName
{
color: #F24AA2;
}
</style>
background-color css
<style>
a { background-color: #F24AA2; }
a { background-color: rgb(242,74,162); }
div.DivClassName
{
background-color: #F24AA2;
}
.BgClassName
{
background-color: #F24AA2;
}
</style>
border-color css
<style>
span { border-color: #F24AA2; }
span { border-color: rgb(242,74,162); }
td.TdClassName
{
border-color: #F24AA2;
}
.TagClassName
{
border-color: #F24AA2;
}
</style>