Shades of Brilliant Rose #F152A8
Tints of Brilliant Rose #F152A8
RGB
CMYK
RGB Variations
Color information
#F152A8 (or 0xF152A8) is known color: Brilliant Rose. HEX triplet: F1, 52 and A8. RGB value is (241,82,168). Sum of RGB (Red+Green+Blue) = 241+82+168=491 (65% of max value = 765). Red value is 241 (94.53% from 255 or 49.08% from 491); Green value is 82 (32.42% from 255 or 16.70% from 491); Blue value is 168 (66.02% from 255 or 34.22% from 491); Max value from RGB is 241 - color contains mainly: red. Hex color #F152A8 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F152A8 is #0EAD57. Grayscale: #8B8B8B. Windows color (decimal): -961880 or 11031281. OLE color: 11031281.
HSL color Cylindrical-coordinate representation of color #F152A8: hue angle of 327.55º 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 #F152A8 is Cyan = 0, Magento = 0.66, Yellow = 0.30 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 82 | 168 | - |
| CMYK | 0 | 0.66 | 0.30 | 0.05 |
| HSL | 327.55º | 0.85% | 0.63% | - |
| HSV(B) | 327.55º | 0.66% | 0.95% | - |
| XYZ | 46.36 | 27.56 | 39.92 | - |
| YUV | 139.35 | 144.18 | 200.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 82 | 168 | 0 | 0.66 | 0.30 | 0.05 | 327.55 | 0.85 | 0.63 |
| Hex | F1 | 52 | A8 | 0 | 42 | 1E | 5 | 148 | 55 | 3F |
| Octal | 361 | 122 | 250 | 0 | 102 | 36 | 5 | 510 | 125 | 77 |
| Binary | 11110001 | 1010010 | 10101000 | 0 | 1000010 | 11110 | 101 | 101001000 | 1010101 | 111111 |
Color Harmonies of #F152A8
Complementary color
Monochromatic Colors of #F152A8
Black with #F152A8
Text Example
Text Example
White with #F152A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F152A8; }
p { color: rgb(241,82,168); }
H1.HeaderClassName
{
color: #F152A8;
}
.AnyTagClassName
{
color: #F152A8;
}
</style>
background-color css
<style>
a { background-color: #F152A8; }
a { background-color: rgb(241,82,168); }
div.DivClassName
{
background-color: #F152A8;
}
.BgClassName
{
background-color: #F152A8;
}
</style>
border-color css
<style>
span { border-color: #F152A8; }
span { border-color: rgb(241,82,168); }
td.TdClassName
{
border-color: #F152A8;
}
.TagClassName
{
border-color: #F152A8;
}
</style>