Shades of Brilliant Rose #F646A1
Tints of Brilliant Rose #F646A1
RGB
CMYK
RGB Variations
Color information
#F646A1 (or 0xF646A1) is known color: Brilliant Rose. HEX triplet: F6, 46 and A1. RGB value is (246,70,161). Sum of RGB (Red+Green+Blue) = 246+70+161=477 (63% of max value = 765). Red value is 246 (96.48% from 255 or 51.57% from 477); Green value is 70 (27.73% from 255 or 14.68% from 477); Blue value is 161 (63.28% from 255 or 33.75% from 477); Max value from RGB is 246 - color contains mainly: red. Hex color #F646A1 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F646A1 is #09B95E. Grayscale: #848484. Windows color (decimal): -637279 or 10569462. OLE color: 10569462.
HSL color Cylindrical-coordinate representation of color #F646A1: hue angle of 328.98º degrees, saturation: 0.91, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #F646A1 is Cyan = 0, Magento = 0.72, Yellow = 0.35 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 70 | 161 | - |
| CMYK | 0 | 0.72 | 0.35 | 0.04 |
| HSL | 328.98º | 0.91% | 0.62% | - |
| HSV(B) | 328.98º | 0.72% | 0.96% | - |
| XYZ | 46.63 | 26.55 | 36.38 | - |
| YUV | 133 | 143.81 | 208.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 70 | 161 | 0 | 0.72 | 0.35 | 0.04 | 328.98 | 0.91 | 0.62 |
| Hex | F6 | 46 | A1 | 0 | 48 | 23 | 4 | 149 | 5B | 3E |
| Octal | 366 | 106 | 241 | 0 | 110 | 43 | 4 | 511 | 133 | 76 |
| Binary | 11110110 | 1000110 | 10100001 | 0 | 1001000 | 100011 | 100 | 101001001 | 1011011 | 111110 |
Color Harmonies of #F646A1
Complementary color
Monochromatic Colors of #F646A1
Black with #F646A1
Text Example
Text Example
White with #F646A1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F646A1; }
p { color: rgb(246,70,161); }
H1.HeaderClassName
{
color: #F646A1;
}
.AnyTagClassName
{
color: #F646A1;
}
</style>
background-color css
<style>
a { background-color: #F646A1; }
a { background-color: rgb(246,70,161); }
div.DivClassName
{
background-color: #F646A1;
}
.BgClassName
{
background-color: #F646A1;
}
</style>
border-color css
<style>
span { border-color: #F646A1; }
span { border-color: rgb(246,70,161); }
td.TdClassName
{
border-color: #F646A1;
}
.TagClassName
{
border-color: #F646A1;
}
</style>