Shades of Brilliant Rose #F146A6
Tints of Brilliant Rose #F146A6
RGB
CMYK
RGB Variations
Color information
#F146A6 (or 0xF146A6) is known color: Brilliant Rose. HEX triplet: F1, 46 and A6. RGB value is (241,70,166). Sum of RGB (Red+Green+Blue) = 241+70+166=477 (63% of max value = 765). Red value is 241 (94.53% from 255 or 50.52% from 477); Green value is 70 (27.73% from 255 or 14.68% from 477); Blue value is 166 (65.23% from 255 or 34.80% from 477); Max value from RGB is 241 - color contains mainly: red. Hex color #F146A6 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F146A6 is #0EB959. Grayscale: #838383. Windows color (decimal): -964954 or 10897137. OLE color: 10897137.
HSL color Cylindrical-coordinate representation of color #F146A6: hue angle of 326.32º 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 #F146A6 is Cyan = 0, Magento = 0.71, Yellow = 0.31 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 70 | 166 | - |
| CMYK | 0 | 0.71 | 0.31 | 0.05 |
| HSL | 326.32º | 0.86% | 0.61% | - |
| HSV(B) | 326.32º | 0.71% | 0.95% | - |
| XYZ | 45.35 | 25.83 | 38.67 | - |
| YUV | 132.07 | 147.15 | 205.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 70 | 166 | 0 | 0.71 | 0.31 | 0.05 | 326.32 | 0.86 | 0.61 |
| Hex | F1 | 46 | A6 | 0 | 47 | 1F | 5 | 146 | 56 | 3D |
| Octal | 361 | 106 | 246 | 0 | 107 | 37 | 5 | 506 | 126 | 75 |
| Binary | 11110001 | 1000110 | 10100110 | 0 | 1000111 | 11111 | 101 | 101000110 | 1010110 | 111101 |
Color Harmonies of #F146A6
Complementary color
Monochromatic Colors of #F146A6
Black with #F146A6
Text Example
Text Example
White with #F146A6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F146A6; }
p { color: rgb(241,70,166); }
H1.HeaderClassName
{
color: #F146A6;
}
.AnyTagClassName
{
color: #F146A6;
}
</style>
background-color css
<style>
a { background-color: #F146A6; }
a { background-color: rgb(241,70,166); }
div.DivClassName
{
background-color: #F146A6;
}
.BgClassName
{
background-color: #F146A6;
}
</style>
border-color css
<style>
span { border-color: #F146A6; }
span { border-color: rgb(241,70,166); }
td.TdClassName
{
border-color: #F146A6;
}
.TagClassName
{
border-color: #F146A6;
}
</style>