Shades of Brilliant Rose #F15AAA
Tints of Brilliant Rose #F15AAA
RGB
CMYK
RGB Variations
Color information
#F15AAA (or 0xF15AAA) is known color: Brilliant Rose. HEX triplet: F1, 5A and AA. RGB value is (241,90,170). Sum of RGB (Red+Green+Blue) = 241+90+170=501 (66% of max value = 765). Red value is 241 (94.53% from 255 or 48.10% from 501); Green value is 90 (35.55% from 255 or 17.96% from 501); Blue value is 170 (66.80% from 255 or 33.93% from 501); Max value from RGB is 241 - color contains mainly: red. Hex color #F15AAA is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F15AAA is #0EA555. Grayscale: #909090. Windows color (decimal): -959830 or 11164401. OLE color: 11164401.
HSL color Cylindrical-coordinate representation of color #F15AAA: hue angle of 328.21º degrees, saturation: 0.84, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #F15AAA is Cyan = 0, Magento = 0.63, Yellow = 0.29 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 90 | 170 | - |
| CMYK | 0 | 0.63 | 0.29 | 0.05 |
| HSL | 328.21º | 0.84% | 0.65% | - |
| HSV(B) | 328.21º | 0.63% | 0.95% | - |
| XYZ | 47.19 | 28.92 | 41.12 | - |
| YUV | 144.27 | 142.53 | 197 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 90 | 170 | 0 | 0.63 | 0.29 | 0.05 | 328.21 | 0.84 | 0.65 |
| Hex | F1 | 5A | AA | 0 | 3F | 1D | 5 | 148 | 54 | 41 |
| Octal | 361 | 132 | 252 | 0 | 77 | 35 | 5 | 510 | 124 | 101 |
| Binary | 11110001 | 1011010 | 10101010 | 0 | 111111 | 11101 | 101 | 101001000 | 1010100 | 1000001 |
Color Harmonies of #F15AAA
Complementary color
Monochromatic Colors of #F15AAA
Black with #F15AAA
Text Example
Text Example
White with #F15AAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F15AAA; }
p { color: rgb(241,90,170); }
H1.HeaderClassName
{
color: #F15AAA;
}
.AnyTagClassName
{
color: #F15AAA;
}
</style>
background-color css
<style>
a { background-color: #F15AAA; }
a { background-color: rgb(241,90,170); }
div.DivClassName
{
background-color: #F15AAA;
}
.BgClassName
{
background-color: #F15AAA;
}
</style>
border-color css
<style>
span { border-color: #F15AAA; }
span { border-color: rgb(241,90,170); }
td.TdClassName
{
border-color: #F15AAA;
}
.TagClassName
{
border-color: #F15AAA;
}
</style>