Shades of Brilliant Rose #F146AA
Tints of Brilliant Rose #F146AA
RGB
CMYK
RGB Variations
Color information
#F146AA (or 0xF146AA) is known color: Brilliant Rose. HEX triplet: F1, 46 and AA. RGB value is (241,70,170). Sum of RGB (Red+Green+Blue) = 241+70+170=481 (63% of max value = 765). Red value is 241 (94.53% from 255 or 50.10% from 481); Green value is 70 (27.73% from 255 or 14.55% from 481); Blue value is 170 (66.80% from 255 or 35.34% from 481); Max value from RGB is 241 - color contains mainly: red. Hex color #F146AA is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F146AA is #0EB955. Grayscale: #848484. Windows color (decimal): -964950 or 11159281. OLE color: 11159281.
HSL color Cylindrical-coordinate representation of color #F146AA: hue angle of 324.91º degrees, saturation: 0.86, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #F146AA is Cyan = 0, Magento = 0.71, Yellow = 0.29 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 70 | 170 | - |
| CMYK | 0 | 0.71 | 0.29 | 0.05 |
| HSL | 324.91º | 0.86% | 0.61% | - |
| HSV(B) | 324.91º | 0.71% | 0.95% | - |
| XYZ | 45.72 | 25.98 | 40.64 | - |
| YUV | 132.53 | 149.15 | 205.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 70 | 170 | 0 | 0.71 | 0.29 | 0.05 | 324.91 | 0.86 | 0.61 |
| Hex | F1 | 46 | AA | 0 | 47 | 1D | 5 | 145 | 56 | 3D |
| Octal | 361 | 106 | 252 | 0 | 107 | 35 | 5 | 505 | 126 | 75 |
| Binary | 11110001 | 1000110 | 10101010 | 0 | 1000111 | 11101 | 101 | 101000101 | 1010110 | 111101 |
Color Harmonies of #F146AA
Complementary color
Monochromatic Colors of #F146AA
Black with #F146AA
Text Example
Text Example
White with #F146AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F146AA; }
p { color: rgb(241,70,170); }
H1.HeaderClassName
{
color: #F146AA;
}
.AnyTagClassName
{
color: #F146AA;
}
</style>
background-color css
<style>
a { background-color: #F146AA; }
a { background-color: rgb(241,70,170); }
div.DivClassName
{
background-color: #F146AA;
}
.BgClassName
{
background-color: #F146AA;
}
</style>
border-color css
<style>
span { border-color: #F146AA; }
span { border-color: rgb(241,70,170); }
td.TdClassName
{
border-color: #F146AA;
}
.TagClassName
{
border-color: #F146AA;
}
</style>