Shades of Brilliant Rose #FA57A2
Tints of Brilliant Rose #FA57A2
RGB
CMYK
RGB Variations
Color information
#FA57A2 (or 0xFA57A2) is known color: Brilliant Rose. HEX triplet: FA, 57 and A2. RGB value is (250,87,162). Sum of RGB (Red+Green+Blue) = 250+87+162=499 (66% of max value = 765). Red value is 250 (98.05% from 255 or 50.10% from 499); Green value is 87 (34.38% from 255 or 17.43% from 499); Blue value is 162 (63.67% from 255 or 32.46% from 499); Max value from RGB is 250 - color contains mainly: red. Hex color #FA57A2 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FA57A2 is #05A85D. Grayscale: #909090. Windows color (decimal): -370782 or 10639354. OLE color: 10639354.
HSL color Cylindrical-coordinate representation of color #FA57A2: hue angle of 332.39º degrees, saturation: 0.94, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #FA57A2 is Cyan = 0, Magento = 0.65, Yellow = 0.35 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 87 | 162 | - |
| CMYK | 0 | 0.65 | 0.35 | 0.02 |
| HSL | 332.39º | 0.94% | 0.66% | - |
| HSV(B) | 332.39º | 0.65% | 0.98% | - |
| XYZ | 49.35 | 29.75 | 37.32 | - |
| YUV | 144.29 | 138 | 203.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 87 | 162 | 0 | 0.65 | 0.35 | 0.02 | 332.39 | 0.94 | 0.66 |
| Hex | FA | 57 | A2 | 0 | 41 | 23 | 2 | 14C | 5E | 42 |
| Octal | 372 | 127 | 242 | 0 | 101 | 43 | 2 | 514 | 136 | 102 |
| Binary | 11111010 | 1010111 | 10100010 | 0 | 1000001 | 100011 | 10 | 101001100 | 1011110 | 1000010 |
Color Harmonies of #FA57A2
Complementary color
Monochromatic Colors of #FA57A2
Black with #FA57A2
Text Example
Text Example
White with #FA57A2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA57A2; }
p { color: rgb(250,87,162); }
H1.HeaderClassName
{
color: #FA57A2;
}
.AnyTagClassName
{
color: #FA57A2;
}
</style>
background-color css
<style>
a { background-color: #FA57A2; }
a { background-color: rgb(250,87,162); }
div.DivClassName
{
background-color: #FA57A2;
}
.BgClassName
{
background-color: #FA57A2;
}
</style>
border-color css
<style>
span { border-color: #FA57A2; }
span { border-color: rgb(250,87,162); }
td.TdClassName
{
border-color: #FA57A2;
}
.TagClassName
{
border-color: #FA57A2;
}
</style>