Shades of Brilliant Rose #FD57A1
Tints of Brilliant Rose #FD57A1
RGB
CMYK
RGB Variations
Color information
#FD57A1 (or 0xFD57A1) is known color: Brilliant Rose. HEX triplet: FD, 57 and A1. RGB value is (253,87,161). Sum of RGB (Red+Green+Blue) = 253+87+161=501 (66% of max value = 765). Red value is 253 (99.22% from 255 or 50.50% from 501); Green value is 87 (34.38% from 255 or 17.37% from 501); Blue value is 161 (63.28% from 255 or 32.14% from 501); Max value from RGB is 253 - color contains mainly: red. Hex color #FD57A1 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FD57A1 is #02A85E. Grayscale: #909090. Windows color (decimal): -174175 or 10573821. OLE color: 10573821.
HSL color Cylindrical-coordinate representation of color #FD57A1: hue angle of 333.25º degrees, saturation: 0.98, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #FD57A1 is Cyan = 0, Magento = 0.66, Yellow = 0.36 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 87 | 161 | - |
| CMYK | 0 | 0.66 | 0.36 | 0.01 |
| HSL | 333.25º | 0.98% | 0.67% | - |
| HSV(B) | 333.25º | 0.66% | 0.99% | - |
| XYZ | 50.35 | 30.27 | 36.91 | - |
| YUV | 145.07 | 137 | 204.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 87 | 161 | 0 | 0.66 | 0.36 | 0.01 | 333.25 | 0.98 | 0.67 |
| Hex | FD | 57 | A1 | 0 | 42 | 24 | 1 | 14D | 62 | 43 |
| Octal | 375 | 127 | 241 | 0 | 102 | 44 | 1 | 515 | 142 | 103 |
| Binary | 11111101 | 1010111 | 10100001 | 0 | 1000010 | 100100 | 1 | 101001101 | 1100010 | 1000011 |
Color Harmonies of #FD57A1
Complementary color
Monochromatic Colors of #FD57A1
Black with #FD57A1
Text Example
Text Example
White with #FD57A1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD57A1; }
p { color: rgb(253,87,161); }
H1.HeaderClassName
{
color: #FD57A1;
}
.AnyTagClassName
{
color: #FD57A1;
}
</style>
background-color css
<style>
a { background-color: #FD57A1; }
a { background-color: rgb(253,87,161); }
div.DivClassName
{
background-color: #FD57A1;
}
.BgClassName
{
background-color: #FD57A1;
}
</style>
border-color css
<style>
span { border-color: #FD57A1; }
span { border-color: rgb(253,87,161); }
td.TdClassName
{
border-color: #FD57A1;
}
.TagClassName
{
border-color: #FD57A1;
}
</style>