Shades of Brilliant Rose #F15AAB
Tints of Brilliant Rose #F15AAB
RGB
CMYK
RGB Variations
Color information
#F15AAB (or 0xF15AAB) is known color: Brilliant Rose. HEX triplet: F1, 5A and AB. RGB value is (241,90,171). Sum of RGB (Red+Green+Blue) = 241+90+171=502 (66% of max value = 765). Red value is 241 (94.53% from 255 or 48.01% from 502); Green value is 90 (35.55% from 255 or 17.93% from 502); Blue value is 171 (67.19% from 255 or 34.06% from 502); Max value from RGB is 241 - color contains mainly: red. Hex color #F15AAB is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F15AAB is #0EA554. Grayscale: #909090. Windows color (decimal): -959829 or 11229937. OLE color: 11229937.
HSL color Cylindrical-coordinate representation of color #F15AAB: hue angle of 327.81º 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 #F15AAB is Cyan = 0, Magento = 0.63, Yellow = 0.29 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 90 | 171 | - |
| CMYK | 0 | 0.63 | 0.29 | 0.05 |
| HSL | 327.81º | 0.84% | 0.65% | - |
| HSV(B) | 327.81º | 0.63% | 0.95% | - |
| XYZ | 47.28 | 28.95 | 41.62 | - |
| YUV | 144.38 | 143.03 | 196.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 90 | 171 | 0 | 0.63 | 0.29 | 0.05 | 327.81 | 0.84 | 0.65 |
| Hex | F1 | 5A | AB | 0 | 3F | 1D | 5 | 148 | 54 | 41 |
| Octal | 361 | 132 | 253 | 0 | 77 | 35 | 5 | 510 | 124 | 101 |
| Binary | 11110001 | 1011010 | 10101011 | 0 | 111111 | 11101 | 101 | 101001000 | 1010100 | 1000001 |
Color Harmonies of #F15AAB
Complementary color
Monochromatic Colors of #F15AAB
Black with #F15AAB
Text Example
Text Example
White with #F15AAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F15AAB; }
p { color: rgb(241,90,171); }
H1.HeaderClassName
{
color: #F15AAB;
}
.AnyTagClassName
{
color: #F15AAB;
}
</style>
background-color css
<style>
a { background-color: #F15AAB; }
a { background-color: rgb(241,90,171); }
div.DivClassName
{
background-color: #F15AAB;
}
.BgClassName
{
background-color: #F15AAB;
}
</style>
border-color css
<style>
span { border-color: #F15AAB; }
span { border-color: rgb(241,90,171); }
td.TdClassName
{
border-color: #F15AAB;
}
.TagClassName
{
border-color: #F15AAB;
}
</style>