Shades of Brilliant Rose #F146A5
Tints of Brilliant Rose #F146A5
RGB
CMYK
RGB Variations
Color information
#F146A5 (or 0xF146A5) is known color: Brilliant Rose. HEX triplet: F1, 46 and A5. RGB value is (241,70,165). Sum of RGB (Red+Green+Blue) = 241+70+165=476 (63% of max value = 765). Red value is 241 (94.53% from 255 or 50.63% from 476); Green value is 70 (27.73% from 255 or 14.71% from 476); Blue value is 165 (64.84% from 255 or 34.66% from 476); Max value from RGB is 241 - color contains mainly: red. Hex color #F146A5 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F146A5 is #0EB95A. Grayscale: #838383. Windows color (decimal): -964955 or 10831601. OLE color: 10831601.
HSL color Cylindrical-coordinate representation of color #F146A5: hue angle of 326.67º 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 #F146A5 is Cyan = 0, Magento = 0.71, Yellow = 0.32 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 70 | 165 | - |
| CMYK | 0 | 0.71 | 0.32 | 0.05 |
| HSL | 326.67º | 0.86% | 0.61% | - |
| HSV(B) | 326.67º | 0.71% | 0.95% | - |
| XYZ | 45.26 | 25.8 | 38.19 | - |
| YUV | 131.96 | 146.65 | 205.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 70 | 165 | 0 | 0.71 | 0.32 | 0.05 | 326.67 | 0.86 | 0.61 |
| Hex | F1 | 46 | A5 | 0 | 47 | 20 | 5 | 147 | 56 | 3D |
| Octal | 361 | 106 | 245 | 0 | 107 | 40 | 5 | 507 | 126 | 75 |
| Binary | 11110001 | 1000110 | 10100101 | 0 | 1000111 | 100000 | 101 | 101000111 | 1010110 | 111101 |
Color Harmonies of #F146A5
Complementary color
Monochromatic Colors of #F146A5
Black with #F146A5
Text Example
Text Example
White with #F146A5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F146A5; }
p { color: rgb(241,70,165); }
H1.HeaderClassName
{
color: #F146A5;
}
.AnyTagClassName
{
color: #F146A5;
}
</style>
background-color css
<style>
a { background-color: #F146A5; }
a { background-color: rgb(241,70,165); }
div.DivClassName
{
background-color: #F146A5;
}
.BgClassName
{
background-color: #F146A5;
}
</style>
border-color css
<style>
span { border-color: #F146A5; }
span { border-color: rgb(241,70,165); }
td.TdClassName
{
border-color: #F146A5;
}
.TagClassName
{
border-color: #F146A5;
}
</style>