Shades of Brilliant Rose #FD529C
Tints of Brilliant Rose #FD529C
RGB
CMYK
RGB Variations
Color information
#FD529C (or 0xFD529C) is known color: Brilliant Rose. HEX triplet: FD, 52 and 9C. RGB value is (253,82,156). Sum of RGB (Red+Green+Blue) = 253+82+156=491 (65% of max value = 765). Red value is 253 (99.22% from 255 or 51.53% from 491); Green value is 82 (32.42% from 255 or 16.70% from 491); Blue value is 156 (61.33% from 255 or 31.77% from 491); Max value from RGB is 253 - color contains mainly: red. Hex color #FD529C is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FD529C is #02AD63. Grayscale: #8D8D8D. Windows color (decimal): -175460 or 10244861. OLE color: 10244861.
HSL color Cylindrical-coordinate representation of color #FD529C: hue angle of 334.04º degrees, saturation: 0.98, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #FD529C is Cyan = 0, Magento = 0.68, Yellow = 0.38 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 82 | 156 | - |
| CMYK | 0 | 0.68 | 0.38 | 0.01 |
| HSL | 334.04º | 0.98% | 0.66% | - |
| HSV(B) | 334.04º | 0.68% | 0.99% | - |
| XYZ | 49.53 | 29.32 | 34.5 | - |
| YUV | 141.57 | 136.15 | 207.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 82 | 156 | 0 | 0.68 | 0.38 | 0.01 | 334.04 | 0.98 | 0.66 |
| Hex | FD | 52 | 9C | 0 | 44 | 26 | 1 | 14E | 62 | 42 |
| Octal | 375 | 122 | 234 | 0 | 104 | 46 | 1 | 516 | 142 | 102 |
| Binary | 11111101 | 1010010 | 10011100 | 0 | 1000100 | 100110 | 1 | 101001110 | 1100010 | 1000010 |
Color Harmonies of #FD529C
Complementary color
Monochromatic Colors of #FD529C
Black with #FD529C
Text Example
Text Example
White with #FD529C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD529C; }
p { color: rgb(253,82,156); }
H1.HeaderClassName
{
color: #FD529C;
}
.AnyTagClassName
{
color: #FD529C;
}
</style>
background-color css
<style>
a { background-color: #FD529C; }
a { background-color: rgb(253,82,156); }
div.DivClassName
{
background-color: #FD529C;
}
.BgClassName
{
background-color: #FD529C;
}
</style>
border-color css
<style>
span { border-color: #FD529C; }
span { border-color: rgb(253,82,156); }
td.TdClassName
{
border-color: #FD529C;
}
.TagClassName
{
border-color: #FD529C;
}
</style>