Shades of Brilliant Rose #FA53A8
Tints of Brilliant Rose #FA53A8
RGB
CMYK
RGB Variations
Color information
#FA53A8 (or 0xFA53A8) is known color: Brilliant Rose. HEX triplet: FA, 53 and A8. RGB value is (250,83,168). Sum of RGB (Red+Green+Blue) = 250+83+168=501 (66% of max value = 765). Red value is 250 (98.05% from 255 or 49.90% from 501); Green value is 83 (32.81% from 255 or 16.57% from 501); Blue value is 168 (66.02% from 255 or 33.53% from 501); Max value from RGB is 250 - color contains mainly: red. Hex color #FA53A8 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FA53A8 is #05AC57. Grayscale: #8E8E8E. Windows color (decimal): -371800 or 11031546. OLE color: 11031546.
HSL color Cylindrical-coordinate representation of color #FA53A8: hue angle of 329.46º degrees, saturation: 0.94, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #FA53A8 is Cyan = 0, Magento = 0.67, Yellow = 0.33 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 83 | 168 | - |
| CMYK | 0 | 0.67 | 0.33 | 0.02 |
| HSL | 329.46º | 0.94% | 0.65% | - |
| HSV(B) | 329.46º | 0.67% | 0.98% | - |
| XYZ | 49.59 | 29.34 | 40.1 | - |
| YUV | 142.62 | 142.33 | 204.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 83 | 168 | 0 | 0.67 | 0.33 | 0.02 | 329.46 | 0.94 | 0.65 |
| Hex | FA | 53 | A8 | 0 | 43 | 21 | 2 | 149 | 5E | 41 |
| Octal | 372 | 123 | 250 | 0 | 103 | 41 | 2 | 511 | 136 | 101 |
| Binary | 11111010 | 1010011 | 10101000 | 0 | 1000011 | 100001 | 10 | 101001001 | 1011110 | 1000001 |
Color Harmonies of #FA53A8
Complementary color
Monochromatic Colors of #FA53A8
Black with #FA53A8
Text Example
Text Example
White with #FA53A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA53A8; }
p { color: rgb(250,83,168); }
H1.HeaderClassName
{
color: #FA53A8;
}
.AnyTagClassName
{
color: #FA53A8;
}
</style>
background-color css
<style>
a { background-color: #FA53A8; }
a { background-color: rgb(250,83,168); }
div.DivClassName
{
background-color: #FA53A8;
}
.BgClassName
{
background-color: #FA53A8;
}
</style>
border-color css
<style>
span { border-color: #FA53A8; }
span { border-color: rgb(250,83,168); }
td.TdClassName
{
border-color: #FA53A8;
}
.TagClassName
{
border-color: #FA53A8;
}
</style>