Shades of Brilliant Rose #FA46A2
Tints of Brilliant Rose #FA46A2
RGB
CMYK
RGB Variations
Color information
#FA46A2 (or 0xFA46A2) is known color: Brilliant Rose. HEX triplet: FA, 46 and A2. RGB value is (250,70,162). Sum of RGB (Red+Green+Blue) = 250+70+162=482 (63% of max value = 765). Red value is 250 (98.05% from 255 or 51.87% from 482); Green value is 70 (27.73% from 255 or 14.52% from 482); Blue value is 162 (63.67% from 255 or 33.61% from 482); Max value from RGB is 250 - color contains mainly: red. Hex color #FA46A2 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FA46A2 is #05B95D. Grayscale: #868686. Windows color (decimal): -375134 or 10635002. OLE color: 10635002.
HSL color Cylindrical-coordinate representation of color #FA46A2: hue angle of 329.33º degrees, saturation: 0.95, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #FA46A2 is Cyan = 0, Magento = 0.72, Yellow = 0.35 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 70 | 162 | - |
| CMYK | 0 | 0.72 | 0.35 | 0.02 |
| HSL | 329.33º | 0.95% | 0.63% | - |
| HSV(B) | 329.33º | 0.72% | 0.98% | - |
| XYZ | 48.14 | 27.31 | 36.92 | - |
| YUV | 134.31 | 143.63 | 210.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 70 | 162 | 0 | 0.72 | 0.35 | 0.02 | 329.33 | 0.95 | 0.63 |
| Hex | FA | 46 | A2 | 0 | 48 | 23 | 2 | 149 | 5F | 3F |
| Octal | 372 | 106 | 242 | 0 | 110 | 43 | 2 | 511 | 137 | 77 |
| Binary | 11111010 | 1000110 | 10100010 | 0 | 1001000 | 100011 | 10 | 101001001 | 1011111 | 111111 |
Color Harmonies of #FA46A2
Complementary color
Monochromatic Colors of #FA46A2
Black with #FA46A2
Text Example
Text Example
White with #FA46A2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA46A2; }
p { color: rgb(250,70,162); }
H1.HeaderClassName
{
color: #FA46A2;
}
.AnyTagClassName
{
color: #FA46A2;
}
</style>
background-color css
<style>
a { background-color: #FA46A2; }
a { background-color: rgb(250,70,162); }
div.DivClassName
{
background-color: #FA46A2;
}
.BgClassName
{
background-color: #FA46A2;
}
</style>
border-color css
<style>
span { border-color: #FA46A2; }
span { border-color: rgb(250,70,162); }
td.TdClassName
{
border-color: #FA46A2;
}
.TagClassName
{
border-color: #FA46A2;
}
</style>