Shades of Brilliant Rose #FF57A2
Tints of Brilliant Rose #FF57A2
RGB
CMYK
RGB Variations
Color information
#FF57A2 (or 0xFF57A2) is known color: Brilliant Rose. HEX triplet: FF, 57 and A2. RGB value is (255,87,162). Sum of RGB (Red+Green+Blue) = 255+87+162=504 (66% of max value = 765). Red value is 255 (100% from 255 or 50.60% from 504); Green value is 87 (34.38% from 255 or 17.26% from 504); Blue value is 162 (63.67% from 255 or 32.14% from 504); Max value from RGB is 255 - color contains mainly: red. Hex color #FF57A2 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FF57A2 is #00A85D. Grayscale: #919191. Windows color (decimal): -43102 or 10639359. OLE color: 10639359.
HSL color Cylindrical-coordinate representation of color #FF57A2: hue angle of 333.21º degrees, saturation: 1, lightness: 0.67%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #FF57A2 is Cyan = 0, Magento = 0.66, Yellow = 0.36 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 87 | 162 | - |
| CMYK | 0 | 0.66 | 0.36 | 0 |
| HSL | 333.21º | 1% | 0.67% | - |
| HSV(B) | 333.21º | 0.66% | 1% | - |
| XYZ | 51.17 | 30.69 | 37.41 | - |
| YUV | 145.78 | 137.16 | 205.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 87 | 162 | 0 | 0.66 | 0.36 | 0 | 333.21 | 1 | 0.67 |
| Hex | FF | 57 | A2 | 0 | 42 | 24 | 0 | 14D | 64 | 43 |
| Octal | 377 | 127 | 242 | 0 | 102 | 44 | 0 | 515 | 144 | 103 |
| Binary | 11111111 | 1010111 | 10100010 | 0 | 1000010 | 100100 | 0 | 101001101 | 1100100 | 1000011 |
Color Harmonies of #FF57A2
Complementary color
Monochromatic Colors of #FF57A2
Black with #FF57A2
Text Example
Text Example
White with #FF57A2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF57A2; }
p { color: rgb(255,87,162); }
H1.HeaderClassName
{
color: #FF57A2;
}
.AnyTagClassName
{
color: #FF57A2;
}
</style>
background-color css
<style>
a { background-color: #FF57A2; }
a { background-color: rgb(255,87,162); }
div.DivClassName
{
background-color: #FF57A2;
}
.BgClassName
{
background-color: #FF57A2;
}
</style>
border-color css
<style>
span { border-color: #FF57A2; }
span { border-color: rgb(255,87,162); }
td.TdClassName
{
border-color: #FF57A2;
}
.TagClassName
{
border-color: #FF57A2;
}
</style>