Shades of Brilliant Rose #F24AAB
Tints of Brilliant Rose #F24AAB
RGB
CMYK
RGB Variations
Color information
#F24AAB (or 0xF24AAB) is known color: Brilliant Rose. HEX triplet: F2, 4A and AB. RGB value is (242,74,171). Sum of RGB (Red+Green+Blue) = 242+74+171=487 (64% of max value = 765). Red value is 242 (94.92% from 255 or 49.69% from 487); Green value is 74 (29.30% from 255 or 15.20% from 487); Blue value is 171 (67.19% from 255 or 35.11% from 487); Max value from RGB is 242 - color contains mainly: red. Hex color #F24AAB is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F24AAB is #0DB554. Grayscale: #878787. Windows color (decimal): -898389 or 11225842. OLE color: 11225842.
HSL color Cylindrical-coordinate representation of color #F24AAB: hue angle of 325.36º 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 #F24AAB is Cyan = 0, Magento = 0.69, Yellow = 0.29 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 74 | 171 | - |
| CMYK | 0 | 0.69 | 0.29 | 0.05 |
| HSL | 325.36º | 0.87% | 0.62% | - |
| HSV(B) | 325.36º | 0.69% | 0.95% | - |
| XYZ | 46.42 | 26.72 | 41.24 | - |
| YUV | 135.29 | 148.16 | 204.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 74 | 171 | 0 | 0.69 | 0.29 | 0.05 | 325.36 | 0.87 | 0.62 |
| Hex | F2 | 4A | AB | 0 | 45 | 1D | 5 | 145 | 57 | 3E |
| Octal | 362 | 112 | 253 | 0 | 105 | 35 | 5 | 505 | 127 | 76 |
| Binary | 11110010 | 1001010 | 10101011 | 0 | 1000101 | 11101 | 101 | 101000101 | 1010111 | 111110 |
Color Harmonies of #F24AAB
Complementary color
Monochromatic Colors of #F24AAB
Black with #F24AAB
Text Example
Text Example
White with #F24AAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F24AAB; }
p { color: rgb(242,74,171); }
H1.HeaderClassName
{
color: #F24AAB;
}
.AnyTagClassName
{
color: #F24AAB;
}
</style>
background-color css
<style>
a { background-color: #F24AAB; }
a { background-color: rgb(242,74,171); }
div.DivClassName
{
background-color: #F24AAB;
}
.BgClassName
{
background-color: #F24AAB;
}
</style>
border-color css
<style>
span { border-color: #F24AAB; }
span { border-color: rgb(242,74,171); }
td.TdClassName
{
border-color: #F24AAB;
}
.TagClassName
{
border-color: #F24AAB;
}
</style>