Shades of Brilliant Rose #F15EA2
Tints of Brilliant Rose #F15EA2
RGB
CMYK
RGB Variations
Color information
#F15EA2 (or 0xF15EA2) is known color: Brilliant Rose. HEX triplet: F1, 5E and A2. RGB value is (241,94,162). Sum of RGB (Red+Green+Blue) = 241+94+162=497 (65% of max value = 765). Red value is 241 (94.53% from 255 or 48.49% from 497); Green value is 94 (37.11% from 255 or 18.91% from 497); Blue value is 162 (63.67% from 255 or 32.60% from 497); Max value from RGB is 241 - color contains mainly: red. Hex color #F15EA2 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F15EA2 is #0EA15D. Grayscale: #919191. Windows color (decimal): -958814 or 10641137. OLE color: 10641137.
HSL color Cylindrical-coordinate representation of color #F15EA2: hue angle of 332.24º degrees, saturation: 0.84, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #F15EA2 is Cyan = 0, Magento = 0.61, Yellow = 0.33 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 94 | 162 | - |
| CMYK | 0 | 0.61 | 0.33 | 0.05 |
| HSL | 332.24º | 0.84% | 0.66% | - |
| HSV(B) | 332.24º | 0.61% | 0.95% | - |
| XYZ | 46.8 | 29.31 | 37.37 | - |
| YUV | 145.71 | 137.2 | 195.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 94 | 162 | 0 | 0.61 | 0.33 | 0.05 | 332.24 | 0.84 | 0.66 |
| Hex | F1 | 5E | A2 | 0 | 3D | 21 | 5 | 14C | 54 | 42 |
| Octal | 361 | 136 | 242 | 0 | 75 | 41 | 5 | 514 | 124 | 102 |
| Binary | 11110001 | 1011110 | 10100010 | 0 | 111101 | 100001 | 101 | 101001100 | 1010100 | 1000010 |
Color Harmonies of #F15EA2
Complementary color
Monochromatic Colors of #F15EA2
Black with #F15EA2
Text Example
Text Example
White with #F15EA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F15EA2; }
p { color: rgb(241,94,162); }
H1.HeaderClassName
{
color: #F15EA2;
}
.AnyTagClassName
{
color: #F15EA2;
}
</style>
background-color css
<style>
a { background-color: #F15EA2; }
a { background-color: rgb(241,94,162); }
div.DivClassName
{
background-color: #F15EA2;
}
.BgClassName
{
background-color: #F15EA2;
}
</style>
border-color css
<style>
span { border-color: #F15EA2; }
span { border-color: rgb(241,94,162); }
td.TdClassName
{
border-color: #F15EA2;
}
.TagClassName
{
border-color: #F15EA2;
}
</style>