Shades of Brilliant Rose #F15AA3
Tints of Brilliant Rose #F15AA3
RGB
CMYK
RGB Variations
Color information
#F15AA3 (or 0xF15AA3) is known color: Brilliant Rose. HEX triplet: F1, 5A and A3. RGB value is (241,90,163). Sum of RGB (Red+Green+Blue) = 241+90+163=494 (65% of max value = 765). Red value is 241 (94.53% from 255 or 48.79% from 494); Green value is 90 (35.55% from 255 or 18.22% from 494); Blue value is 163 (64.06% from 255 or 33.00% from 494); Max value from RGB is 241 - color contains mainly: red. Hex color #F15AA3 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F15AA3 is #0EA55C. Grayscale: #8F8F8F. Windows color (decimal): -959837 or 10705649. OLE color: 10705649.
HSL color Cylindrical-coordinate representation of color #F15AA3: hue angle of 330.99º 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 #F15AA3 is Cyan = 0, Magento = 0.63, Yellow = 0.32 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 90 | 163 | - |
| CMYK | 0 | 0.63 | 0.32 | 0.05 |
| HSL | 330.99º | 0.84% | 0.65% | - |
| HSV(B) | 330.99º | 0.63% | 0.95% | - |
| XYZ | 46.54 | 28.66 | 37.73 | - |
| YUV | 143.47 | 139.03 | 197.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 90 | 163 | 0 | 0.63 | 0.32 | 0.05 | 330.99 | 0.84 | 0.65 |
| Hex | F1 | 5A | A3 | 0 | 3F | 20 | 5 | 14B | 54 | 41 |
| Octal | 361 | 132 | 243 | 0 | 77 | 40 | 5 | 513 | 124 | 101 |
| Binary | 11110001 | 1011010 | 10100011 | 0 | 111111 | 100000 | 101 | 101001011 | 1010100 | 1000001 |
Color Harmonies of #F15AA3
Complementary color
Monochromatic Colors of #F15AA3
Black with #F15AA3
Text Example
Text Example
White with #F15AA3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F15AA3; }
p { color: rgb(241,90,163); }
H1.HeaderClassName
{
color: #F15AA3;
}
.AnyTagClassName
{
color: #F15AA3;
}
</style>
background-color css
<style>
a { background-color: #F15AA3; }
a { background-color: rgb(241,90,163); }
div.DivClassName
{
background-color: #F15AA3;
}
.BgClassName
{
background-color: #F15AA3;
}
</style>
border-color css
<style>
span { border-color: #F15AA3; }
span { border-color: rgb(241,90,163); }
td.TdClassName
{
border-color: #F15AA3;
}
.TagClassName
{
border-color: #F15AA3;
}
</style>