Shades of Brilliant Rose #F15AA2
Tints of Brilliant Rose #F15AA2
RGB
CMYK
RGB Variations
Color information
#F15AA2 (or 0xF15AA2) is known color: Brilliant Rose. HEX triplet: F1, 5A and A2. RGB value is (241,90,162). Sum of RGB (Red+Green+Blue) = 241+90+162=493 (65% of max value = 765). Red value is 241 (94.53% from 255 or 48.88% from 493); Green value is 90 (35.55% from 255 or 18.26% from 493); Blue value is 162 (63.67% from 255 or 32.86% from 493); Max value from RGB is 241 - color contains mainly: red. Hex color #F15AA2 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F15AA2 is #0EA55D. Grayscale: #8F8F8F. Windows color (decimal): -959838 or 10640113. OLE color: 10640113.
HSL color Cylindrical-coordinate representation of color #F15AA2: hue angle of 331.39º 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 #F15AA2 is Cyan = 0, Magento = 0.63, Yellow = 0.33 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 90 | 162 | - |
| CMYK | 0 | 0.63 | 0.33 | 0.05 |
| HSL | 331.39º | 0.84% | 0.65% | - |
| HSV(B) | 331.39º | 0.63% | 0.95% | - |
| XYZ | 46.45 | 28.62 | 37.26 | - |
| YUV | 143.36 | 138.53 | 197.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 90 | 162 | 0 | 0.63 | 0.33 | 0.05 | 331.39 | 0.84 | 0.65 |
| Hex | F1 | 5A | A2 | 0 | 3F | 21 | 5 | 14B | 54 | 41 |
| Octal | 361 | 132 | 242 | 0 | 77 | 41 | 5 | 513 | 124 | 101 |
| Binary | 11110001 | 1011010 | 10100010 | 0 | 111111 | 100001 | 101 | 101001011 | 1010100 | 1000001 |
Color Harmonies of #F15AA2
Complementary color
Monochromatic Colors of #F15AA2
Black with #F15AA2
Text Example
Text Example
White with #F15AA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F15AA2; }
p { color: rgb(241,90,162); }
H1.HeaderClassName
{
color: #F15AA2;
}
.AnyTagClassName
{
color: #F15AA2;
}
</style>
background-color css
<style>
a { background-color: #F15AA2; }
a { background-color: rgb(241,90,162); }
div.DivClassName
{
background-color: #F15AA2;
}
.BgClassName
{
background-color: #F15AA2;
}
</style>
border-color css
<style>
span { border-color: #F15AA2; }
span { border-color: rgb(241,90,162); }
td.TdClassName
{
border-color: #F15AA2;
}
.TagClassName
{
border-color: #F15AA2;
}
</style>