Shades of Brilliant Rose #FD57A0
Tints of Brilliant Rose #FD57A0
RGB
CMYK
RGB Variations
Color information
#FD57A0 (or 0xFD57A0) is known color: Brilliant Rose. HEX triplet: FD, 57 and A0. RGB value is (253,87,160). Sum of RGB (Red+Green+Blue) = 253+87+160=500 (66% of max value = 765). Red value is 253 (99.22% from 255 or 50.6% from 500); Green value is 87 (34.38% from 255 or 17.4% from 500); Blue value is 160 (62.89% from 255 or 32% from 500); Max value from RGB is 253 - color contains mainly: red. Hex color #FD57A0 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FD57A0 is #02A85F. Grayscale: #909090. Windows color (decimal): -174176 or 10508285. OLE color: 10508285.
HSL color Cylindrical-coordinate representation of color #FD57A0: hue angle of 333.61º 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 #FD57A0 is Cyan = 0, Magento = 0.66, Yellow = 0.37 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 87 | 160 | - |
| CMYK | 0 | 0.66 | 0.37 | 0.01 |
| HSL | 333.61º | 0.98% | 0.67% | - |
| HSV(B) | 333.61º | 0.66% | 0.99% | - |
| XYZ | 50.26 | 30.24 | 36.44 | - |
| YUV | 144.96 | 136.5 | 205.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 87 | 160 | 0 | 0.66 | 0.37 | 0.01 | 333.61 | 0.98 | 0.67 |
| Hex | FD | 57 | A0 | 0 | 42 | 25 | 1 | 14E | 62 | 43 |
| Octal | 375 | 127 | 240 | 0 | 102 | 45 | 1 | 516 | 142 | 103 |
| Binary | 11111101 | 1010111 | 10100000 | 0 | 1000010 | 100101 | 1 | 101001110 | 1100010 | 1000011 |
Color Harmonies of #FD57A0
Complementary color
Monochromatic Colors of #FD57A0
Black with #FD57A0
Text Example
Text Example
White with #FD57A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD57A0; }
p { color: rgb(253,87,160); }
H1.HeaderClassName
{
color: #FD57A0;
}
.AnyTagClassName
{
color: #FD57A0;
}
</style>
background-color css
<style>
a { background-color: #FD57A0; }
a { background-color: rgb(253,87,160); }
div.DivClassName
{
background-color: #FD57A0;
}
.BgClassName
{
background-color: #FD57A0;
}
</style>
border-color css
<style>
span { border-color: #FD57A0; }
span { border-color: rgb(253,87,160); }
td.TdClassName
{
border-color: #FD57A0;
}
.TagClassName
{
border-color: #FD57A0;
}
</style>