Shades of Brilliant Rose #FD5C9C
Tints of Brilliant Rose #FD5C9C
RGB
CMYK
RGB Variations
Color information
#FD5C9C (or 0xFD5C9C) is known color: Brilliant Rose. HEX triplet: FD, 5C and 9C. RGB value is (253,92,156). Sum of RGB (Red+Green+Blue) = 253+92+156=501 (66% of max value = 765). Red value is 253 (99.22% from 255 or 50.50% from 501); Green value is 92 (36.33% from 255 or 18.36% from 501); Blue value is 156 (61.33% from 255 or 31.14% from 501); Max value from RGB is 253 - color contains mainly: red. Hex color #FD5C9C is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FD5C9C is #02A363. Grayscale: #939393. Windows color (decimal): -172900 or 10247421. OLE color: 10247421.
HSL color Cylindrical-coordinate representation of color #FD5C9C: hue angle of 336.15º degrees, saturation: 0.98, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #FD5C9C is Cyan = 0, Magento = 0.64, Yellow = 0.38 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 92 | 156 | - |
| CMYK | 0 | 0.64 | 0.38 | 0.01 |
| HSL | 336.15º | 0.98% | 0.68% | - |
| HSV(B) | 336.15º | 0.64% | 0.99% | - |
| XYZ | 50.34 | 30.94 | 34.77 | - |
| YUV | 147.44 | 132.84 | 203.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 92 | 156 | 0 | 0.64 | 0.38 | 0.01 | 336.15 | 0.98 | 0.68 |
| Hex | FD | 5C | 9C | 0 | 40 | 26 | 1 | 150 | 62 | 44 |
| Octal | 375 | 134 | 234 | 0 | 100 | 46 | 1 | 520 | 142 | 104 |
| Binary | 11111101 | 1011100 | 10011100 | 0 | 1000000 | 100110 | 1 | 101010000 | 1100010 | 1000100 |
Color Harmonies of #FD5C9C
Complementary color
Monochromatic Colors of #FD5C9C
Black with #FD5C9C
Text Example
Text Example
White with #FD5C9C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD5C9C; }
p { color: rgb(253,92,156); }
H1.HeaderClassName
{
color: #FD5C9C;
}
.AnyTagClassName
{
color: #FD5C9C;
}
</style>
background-color css
<style>
a { background-color: #FD5C9C; }
a { background-color: rgb(253,92,156); }
div.DivClassName
{
background-color: #FD5C9C;
}
.BgClassName
{
background-color: #FD5C9C;
}
</style>
border-color css
<style>
span { border-color: #FD5C9C; }
span { border-color: rgb(253,92,156); }
td.TdClassName
{
border-color: #FD5C9C;
}
.TagClassName
{
border-color: #FD5C9C;
}
</style>