Shades of Brilliant Rose #FA53A0
Tints of Brilliant Rose #FA53A0
RGB
CMYK
RGB Variations
Color information
#FA53A0 (or 0xFA53A0) is known color: Brilliant Rose. HEX triplet: FA, 53 and A0. RGB value is (250,83,160). Sum of RGB (Red+Green+Blue) = 250+83+160=493 (65% of max value = 765). Red value is 250 (98.05% from 255 or 50.71% from 493); Green value is 83 (32.81% from 255 or 16.84% from 493); Blue value is 160 (62.89% from 255 or 32.45% from 493); Max value from RGB is 250 - color contains mainly: red. Hex color #FA53A0 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FA53A0 is #05AC5F. Grayscale: #8D8D8D. Windows color (decimal): -371808 or 10507258. OLE color: 10507258.
HSL color Cylindrical-coordinate representation of color #FA53A0: hue angle of 332.34º 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 #FA53A0 is Cyan = 0, Magento = 0.67, Yellow = 0.36 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 83 | 160 | - |
| CMYK | 0 | 0.67 | 0.36 | 0.02 |
| HSL | 332.34º | 0.94% | 0.65% | - |
| HSV(B) | 332.34º | 0.67% | 0.98% | - |
| XYZ | 48.86 | 29.05 | 36.29 | - |
| YUV | 141.71 | 138.33 | 205.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 83 | 160 | 0 | 0.67 | 0.36 | 0.02 | 332.34 | 0.94 | 0.65 |
| Hex | FA | 53 | A0 | 0 | 43 | 24 | 2 | 14C | 5E | 41 |
| Octal | 372 | 123 | 240 | 0 | 103 | 44 | 2 | 514 | 136 | 101 |
| Binary | 11111010 | 1010011 | 10100000 | 0 | 1000011 | 100100 | 10 | 101001100 | 1011110 | 1000001 |
Color Harmonies of #FA53A0
Complementary color
Monochromatic Colors of #FA53A0
Black with #FA53A0
Text Example
Text Example
White with #FA53A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA53A0; }
p { color: rgb(250,83,160); }
H1.HeaderClassName
{
color: #FA53A0;
}
.AnyTagClassName
{
color: #FA53A0;
}
</style>
background-color css
<style>
a { background-color: #FA53A0; }
a { background-color: rgb(250,83,160); }
div.DivClassName
{
background-color: #FA53A0;
}
.BgClassName
{
background-color: #FA53A0;
}
</style>
border-color css
<style>
span { border-color: #FA53A0; }
span { border-color: rgb(250,83,160); }
td.TdClassName
{
border-color: #FA53A0;
}
.TagClassName
{
border-color: #FA53A0;
}
</style>