Shades of Brilliant Rose #FA53A2
Tints of Brilliant Rose #FA53A2
RGB
CMYK
RGB Variations
Color information
#FA53A2 (or 0xFA53A2) is known color: Brilliant Rose. HEX triplet: FA, 53 and A2. RGB value is (250,83,162). Sum of RGB (Red+Green+Blue) = 250+83+162=495 (65% of max value = 765). Red value is 250 (98.05% from 255 or 50.51% from 495); Green value is 83 (32.81% from 255 or 16.77% from 495); Blue value is 162 (63.67% from 255 or 32.73% from 495); Max value from RGB is 250 - color contains mainly: red. Hex color #FA53A2 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FA53A2 is #05AC5D. Grayscale: #8D8D8D. Windows color (decimal): -371806 or 10638330. OLE color: 10638330.
HSL color Cylindrical-coordinate representation of color #FA53A2: hue angle of 331.62º 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 #FA53A2 is Cyan = 0, Magento = 0.67, Yellow = 0.35 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 83 | 162 | - |
| CMYK | 0 | 0.67 | 0.35 | 0.02 |
| HSL | 331.62º | 0.94% | 0.65% | - |
| HSV(B) | 331.62º | 0.67% | 0.98% | - |
| XYZ | 49.04 | 29.12 | 37.22 | - |
| YUV | 141.94 | 139.33 | 205.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 83 | 162 | 0 | 0.67 | 0.35 | 0.02 | 331.62 | 0.94 | 0.65 |
| Hex | FA | 53 | A2 | 0 | 43 | 23 | 2 | 14C | 5E | 41 |
| Octal | 372 | 123 | 242 | 0 | 103 | 43 | 2 | 514 | 136 | 101 |
| Binary | 11111010 | 1010011 | 10100010 | 0 | 1000011 | 100011 | 10 | 101001100 | 1011110 | 1000001 |
Color Harmonies of #FA53A2
Complementary color
Monochromatic Colors of #FA53A2
Black with #FA53A2
Text Example
Text Example
White with #FA53A2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA53A2; }
p { color: rgb(250,83,162); }
H1.HeaderClassName
{
color: #FA53A2;
}
.AnyTagClassName
{
color: #FA53A2;
}
</style>
background-color css
<style>
a { background-color: #FA53A2; }
a { background-color: rgb(250,83,162); }
div.DivClassName
{
background-color: #FA53A2;
}
.BgClassName
{
background-color: #FA53A2;
}
</style>
border-color css
<style>
span { border-color: #FA53A2; }
span { border-color: rgb(250,83,162); }
td.TdClassName
{
border-color: #FA53A2;
}
.TagClassName
{
border-color: #FA53A2;
}
</style>