Shades of Brilliant Rose #FA53B2
Tints of Brilliant Rose #FA53B2
RGB
CMYK
RGB Variations
Color information
#FA53B2 (or 0xFA53B2) is known color: Brilliant Rose. HEX triplet: FA, 53 and B2. RGB value is (250,83,178). Sum of RGB (Red+Green+Blue) = 250+83+178=511 (67% of max value = 765). Red value is 250 (98.05% from 255 or 48.92% from 511); Green value is 83 (32.81% from 255 or 16.24% from 511); Blue value is 178 (69.92% from 255 or 34.83% from 511); Max value from RGB is 250 - color contains mainly: red. Hex color #FA53B2 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FA53B2 is #05AC4D. Grayscale: #8F8F8F. Windows color (decimal): -371790 or 11686906. OLE color: 11686906.
HSL color Cylindrical-coordinate representation of color #FA53B2: hue angle of 325.87º 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 #FA53B2 is Cyan = 0, Magento = 0.67, Yellow = 0.29 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 83 | 178 | - |
| CMYK | 0 | 0.67 | 0.29 | 0.02 |
| HSL | 325.87º | 0.94% | 0.65% | - |
| HSV(B) | 325.87º | 0.67% | 0.98% | - |
| XYZ | 50.55 | 29.72 | 45.19 | - |
| YUV | 143.76 | 147.33 | 203.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 83 | 178 | 0 | 0.67 | 0.29 | 0.02 | 325.87 | 0.94 | 0.65 |
| Hex | FA | 53 | B2 | 0 | 43 | 1D | 2 | 146 | 5E | 41 |
| Octal | 372 | 123 | 262 | 0 | 103 | 35 | 2 | 506 | 136 | 101 |
| Binary | 11111010 | 1010011 | 10110010 | 0 | 1000011 | 11101 | 10 | 101000110 | 1011110 | 1000001 |
Color Harmonies of #FA53B2
Complementary color
Monochromatic Colors of #FA53B2
Black with #FA53B2
Text Example
Text Example
White with #FA53B2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA53B2; }
p { color: rgb(250,83,178); }
H1.HeaderClassName
{
color: #FA53B2;
}
.AnyTagClassName
{
color: #FA53B2;
}
</style>
background-color css
<style>
a { background-color: #FA53B2; }
a { background-color: rgb(250,83,178); }
div.DivClassName
{
background-color: #FA53B2;
}
.BgClassName
{
background-color: #FA53B2;
}
</style>
border-color css
<style>
span { border-color: #FA53B2; }
span { border-color: rgb(250,83,178); }
td.TdClassName
{
border-color: #FA53B2;
}
.TagClassName
{
border-color: #FA53B2;
}
</style>