Shades of Brilliant Rose #F152AA
Tints of Brilliant Rose #F152AA
RGB
CMYK
RGB Variations
Color information
#F152AA (or 0xF152AA) is known color: Brilliant Rose. HEX triplet: F1, 52 and AA. RGB value is (241,82,170). Sum of RGB (Red+Green+Blue) = 241+82+170=493 (65% of max value = 765). Red value is 241 (94.53% from 255 or 48.88% from 493); Green value is 82 (32.42% from 255 or 16.63% from 493); Blue value is 170 (66.80% from 255 or 34.48% from 493); Max value from RGB is 241 - color contains mainly: red. Hex color #F152AA is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F152AA is #0EAD55. Grayscale: #8B8B8B. Windows color (decimal): -961878 or 11162353. OLE color: 11162353.
HSL color Cylindrical-coordinate representation of color #F152AA: hue angle of 326.79º degrees, saturation: 0.85, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #F152AA is Cyan = 0, Magento = 0.66, Yellow = 0.29 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 82 | 170 | - |
| CMYK | 0 | 0.66 | 0.29 | 0.05 |
| HSL | 326.79º | 0.85% | 0.63% | - |
| HSV(B) | 326.79º | 0.66% | 0.95% | - |
| XYZ | 46.55 | 27.64 | 40.91 | - |
| YUV | 139.57 | 145.18 | 200.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 82 | 170 | 0 | 0.66 | 0.29 | 0.05 | 326.79 | 0.85 | 0.63 |
| Hex | F1 | 52 | AA | 0 | 42 | 1D | 5 | 147 | 55 | 3F |
| Octal | 361 | 122 | 252 | 0 | 102 | 35 | 5 | 507 | 125 | 77 |
| Binary | 11110001 | 1010010 | 10101010 | 0 | 1000010 | 11101 | 101 | 101000111 | 1010101 | 111111 |
Color Harmonies of #F152AA
Complementary color
Monochromatic Colors of #F152AA
Black with #F152AA
Text Example
Text Example
White with #F152AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F152AA; }
p { color: rgb(241,82,170); }
H1.HeaderClassName
{
color: #F152AA;
}
.AnyTagClassName
{
color: #F152AA;
}
</style>
background-color css
<style>
a { background-color: #F152AA; }
a { background-color: rgb(241,82,170); }
div.DivClassName
{
background-color: #F152AA;
}
.BgClassName
{
background-color: #F152AA;
}
</style>
border-color css
<style>
span { border-color: #F152AA; }
span { border-color: rgb(241,82,170); }
td.TdClassName
{
border-color: #F152AA;
}
.TagClassName
{
border-color: #F152AA;
}
</style>