Shades of Brilliant Rose #FD51A3
Tints of Brilliant Rose #FD51A3
RGB
CMYK
RGB Variations
Color information
#FD51A3 (or 0xFD51A3) is known color: Brilliant Rose. HEX triplet: FD, 51 and A3. RGB value is (253,81,163). Sum of RGB (Red+Green+Blue) = 253+81+163=497 (65% of max value = 765). Red value is 253 (99.22% from 255 or 50.91% from 497); Green value is 81 (32.03% from 255 or 16.30% from 497); Blue value is 163 (64.06% from 255 or 32.80% from 497); Max value from RGB is 253 - color contains mainly: red. Hex color #FD51A3 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FD51A3 is #02AE5C. Grayscale: #8D8D8D. Windows color (decimal): -175709 or 10703357. OLE color: 10703357.
HSL color Cylindrical-coordinate representation of color #FD51A3: hue angle of 331.4º degrees, saturation: 0.98, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #FD51A3 is Cyan = 0, Magento = 0.68, Yellow = 0.36 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 81 | 163 | - |
| CMYK | 0 | 0.68 | 0.36 | 0.01 |
| HSL | 331.4º | 0.98% | 0.65% | - |
| HSV(B) | 331.4º | 0.68% | 0.99% | - |
| XYZ | 50.06 | 29.41 | 37.69 | - |
| YUV | 141.78 | 139.98 | 207.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 81 | 163 | 0 | 0.68 | 0.36 | 0.01 | 331.4 | 0.98 | 0.65 |
| Hex | FD | 51 | A3 | 0 | 44 | 24 | 1 | 14B | 62 | 41 |
| Octal | 375 | 121 | 243 | 0 | 104 | 44 | 1 | 513 | 142 | 101 |
| Binary | 11111101 | 1010001 | 10100011 | 0 | 1000100 | 100100 | 1 | 101001011 | 1100010 | 1000001 |
Color Harmonies of #FD51A3
Complementary color
Monochromatic Colors of #FD51A3
Black with #FD51A3
Text Example
Text Example
White with #FD51A3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD51A3; }
p { color: rgb(253,81,163); }
H1.HeaderClassName
{
color: #FD51A3;
}
.AnyTagClassName
{
color: #FD51A3;
}
</style>
background-color css
<style>
a { background-color: #FD51A3; }
a { background-color: rgb(253,81,163); }
div.DivClassName
{
background-color: #FD51A3;
}
.BgClassName
{
background-color: #FD51A3;
}
</style>
border-color css
<style>
span { border-color: #FD51A3; }
span { border-color: rgb(253,81,163); }
td.TdClassName
{
border-color: #FD51A3;
}
.TagClassName
{
border-color: #FD51A3;
}
</style>