Shades of Brilliant Rose #F152A0
Tints of Brilliant Rose #F152A0
RGB
CMYK
RGB Variations
Color information
#F152A0 (or 0xF152A0) is known color: Brilliant Rose. HEX triplet: F1, 52 and A0. RGB value is (241,82,160). Sum of RGB (Red+Green+Blue) = 241+82+160=483 (63% of max value = 765). Red value is 241 (94.53% from 255 or 49.90% from 483); Green value is 82 (32.42% from 255 or 16.98% from 483); Blue value is 160 (62.89% from 255 or 33.13% from 483); Max value from RGB is 241 - color contains mainly: red. Hex color #F152A0 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F152A0 is #0EAD5F. Grayscale: #8A8A8A. Windows color (decimal): -961888 or 10506993. OLE color: 10506993.
HSL color Cylindrical-coordinate representation of color #F152A0: hue angle of 330.57º 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 #F152A0 is Cyan = 0, Magento = 0.66, Yellow = 0.34 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 82 | 160 | - |
| CMYK | 0 | 0.66 | 0.34 | 0.05 |
| HSL | 330.57º | 0.85% | 0.63% | - |
| HSV(B) | 330.57º | 0.66% | 0.95% | - |
| XYZ | 45.64 | 27.27 | 36.12 | - |
| YUV | 138.43 | 140.18 | 201.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 82 | 160 | 0 | 0.66 | 0.34 | 0.05 | 330.57 | 0.85 | 0.63 |
| Hex | F1 | 52 | A0 | 0 | 42 | 22 | 5 | 14B | 55 | 3F |
| Octal | 361 | 122 | 240 | 0 | 102 | 42 | 5 | 513 | 125 | 77 |
| Binary | 11110001 | 1010010 | 10100000 | 0 | 1000010 | 100010 | 101 | 101001011 | 1010101 | 111111 |
Color Harmonies of #F152A0
Complementary color
Monochromatic Colors of #F152A0
Black with #F152A0
Text Example
Text Example
White with #F152A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F152A0; }
p { color: rgb(241,82,160); }
H1.HeaderClassName
{
color: #F152A0;
}
.AnyTagClassName
{
color: #F152A0;
}
</style>
background-color css
<style>
a { background-color: #F152A0; }
a { background-color: rgb(241,82,160); }
div.DivClassName
{
background-color: #F152A0;
}
.BgClassName
{
background-color: #F152A0;
}
</style>
border-color css
<style>
span { border-color: #F152A0; }
span { border-color: rgb(241,82,160); }
td.TdClassName
{
border-color: #F152A0;
}
.TagClassName
{
border-color: #F152A0;
}
</style>