Shades of Brilliant Rose #FA46A8
Tints of Brilliant Rose #FA46A8
RGB
CMYK
RGB Variations
Color information
#FA46A8 (or 0xFA46A8) is known color: Brilliant Rose. HEX triplet: FA, 46 and A8. RGB value is (250,70,168). Sum of RGB (Red+Green+Blue) = 250+70+168=488 (64% of max value = 765). Red value is 250 (98.05% from 255 or 51.23% from 488); Green value is 70 (27.73% from 255 or 14.34% from 488); Blue value is 168 (66.02% from 255 or 34.43% from 488); Max value from RGB is 250 - color contains mainly: red. Hex color #FA46A8 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FA46A8 is #05B957. Grayscale: #868686. Windows color (decimal): -375128 or 11028218. OLE color: 11028218.
HSL color Cylindrical-coordinate representation of color #FA46A8: hue angle of 327.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 #FA46A8 is Cyan = 0, Magento = 0.72, Yellow = 0.33 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 70 | 168 | - |
| CMYK | 0 | 0.72 | 0.33 | 0.02 |
| HSL | 327.33º | 0.95% | 0.63% | - |
| HSV(B) | 327.33º | 0.72% | 0.98% | - |
| XYZ | 48.68 | 27.53 | 39.79 | - |
| YUV | 134.99 | 146.63 | 210.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 70 | 168 | 0 | 0.72 | 0.33 | 0.02 | 327.33 | 0.95 | 0.63 |
| Hex | FA | 46 | A8 | 0 | 48 | 21 | 2 | 147 | 5F | 3F |
| Octal | 372 | 106 | 250 | 0 | 110 | 41 | 2 | 507 | 137 | 77 |
| Binary | 11111010 | 1000110 | 10101000 | 0 | 1001000 | 100001 | 10 | 101000111 | 1011111 | 111111 |
Color Harmonies of #FA46A8
Complementary color
Monochromatic Colors of #FA46A8
Black with #FA46A8
Text Example
Text Example
White with #FA46A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA46A8; }
p { color: rgb(250,70,168); }
H1.HeaderClassName
{
color: #FA46A8;
}
.AnyTagClassName
{
color: #FA46A8;
}
</style>
background-color css
<style>
a { background-color: #FA46A8; }
a { background-color: rgb(250,70,168); }
div.DivClassName
{
background-color: #FA46A8;
}
.BgClassName
{
background-color: #FA46A8;
}
</style>
border-color css
<style>
span { border-color: #FA46A8; }
span { border-color: rgb(250,70,168); }
td.TdClassName
{
border-color: #FA46A8;
}
.TagClassName
{
border-color: #FA46A8;
}
</style>