Shades of Brilliant Rose #FD519A
Tints of Brilliant Rose #FD519A
RGB
CMYK
RGB Variations
Color information
#FD519A (or 0xFD519A) is known color: Brilliant Rose. HEX triplet: FD, 51 and 9A. RGB value is (253,81,154). Sum of RGB (Red+Green+Blue) = 253+81+154=488 (64% of max value = 765). Red value is 253 (99.22% from 255 or 51.84% from 488); Green value is 81 (32.03% from 255 or 16.60% from 488); Blue value is 154 (60.55% from 255 or 31.56% from 488); Max value from RGB is 253 - color contains mainly: red. Hex color #FD519A is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FD519A is #02AE65. Grayscale: #8C8C8C. Windows color (decimal): -175718 or 10113533. OLE color: 10113533.
HSL color Cylindrical-coordinate representation of color #FD519A: hue angle of 334.53º 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 #FD519A is Cyan = 0, Magento = 0.68, Yellow = 0.39 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 81 | 154 | - |
| CMYK | 0 | 0.68 | 0.39 | 0.01 |
| HSL | 334.53º | 0.98% | 0.65% | - |
| HSV(B) | 334.53º | 0.68% | 0.99% | - |
| XYZ | 49.28 | 29.1 | 33.59 | - |
| YUV | 140.75 | 135.48 | 208.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 81 | 154 | 0 | 0.68 | 0.39 | 0.01 | 334.53 | 0.98 | 0.65 |
| Hex | FD | 51 | 9A | 0 | 44 | 27 | 1 | 14F | 62 | 41 |
| Octal | 375 | 121 | 232 | 0 | 104 | 47 | 1 | 517 | 142 | 101 |
| Binary | 11111101 | 1010001 | 10011010 | 0 | 1000100 | 100111 | 1 | 101001111 | 1100010 | 1000001 |
Color Harmonies of #FD519A
Complementary color
Monochromatic Colors of #FD519A
Black with #FD519A
Text Example
Text Example
White with #FD519A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD519A; }
p { color: rgb(253,81,154); }
H1.HeaderClassName
{
color: #FD519A;
}
.AnyTagClassName
{
color: #FD519A;
}
</style>
background-color css
<style>
a { background-color: #FD519A; }
a { background-color: rgb(253,81,154); }
div.DivClassName
{
background-color: #FD519A;
}
.BgClassName
{
background-color: #FD519A;
}
</style>
border-color css
<style>
span { border-color: #FD519A; }
span { border-color: rgb(253,81,154); }
td.TdClassName
{
border-color: #FD519A;
}
.TagClassName
{
border-color: #FD519A;
}
</style>