Shades of Brilliant Rose #FD5CAC
Tints of Brilliant Rose #FD5CAC
RGB
CMYK
RGB Variations
Color information
#FD5CAC (or 0xFD5CAC) is known color: Brilliant Rose. HEX triplet: FD, 5C and AC. RGB value is (253,92,172). Sum of RGB (Red+Green+Blue) = 253+92+172=517 (68% of max value = 765). Red value is 253 (99.22% from 255 or 48.94% from 517); Green value is 92 (36.33% from 255 or 17.79% from 517); Blue value is 172 (67.58% from 255 or 33.27% from 517); Max value from RGB is 253 - color contains mainly: red. Hex color #FD5CAC is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FD5CAC is #02A353. Grayscale: #959595. Windows color (decimal): -172884 or 11295997. OLE color: 11295997.
HSL color Cylindrical-coordinate representation of color #FD5CAC: hue angle of 330.19º 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 #FD5CAC is Cyan = 0, Magento = 0.64, Yellow = 0.32 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 92 | 172 | - |
| CMYK | 0 | 0.64 | 0.32 | 0.01 |
| HSL | 330.19º | 0.98% | 0.68% | - |
| HSV(B) | 330.19º | 0.64% | 0.99% | - |
| XYZ | 51.78 | 31.52 | 42.38 | - |
| YUV | 149.26 | 140.84 | 202 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 92 | 172 | 0 | 0.64 | 0.32 | 0.01 | 330.19 | 0.98 | 0.68 |
| Hex | FD | 5C | AC | 0 | 40 | 20 | 1 | 14A | 62 | 44 |
| Octal | 375 | 134 | 254 | 0 | 100 | 40 | 1 | 512 | 142 | 104 |
| Binary | 11111101 | 1011100 | 10101100 | 0 | 1000000 | 100000 | 1 | 101001010 | 1100010 | 1000100 |
Color Harmonies of #FD5CAC
Complementary color
Monochromatic Colors of #FD5CAC
Black with #FD5CAC
Text Example
Text Example
White with #FD5CAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD5CAC; }
p { color: rgb(253,92,172); }
H1.HeaderClassName
{
color: #FD5CAC;
}
.AnyTagClassName
{
color: #FD5CAC;
}
</style>
background-color css
<style>
a { background-color: #FD5CAC; }
a { background-color: rgb(253,92,172); }
div.DivClassName
{
background-color: #FD5CAC;
}
.BgClassName
{
background-color: #FD5CAC;
}
</style>
border-color css
<style>
span { border-color: #FD5CAC; }
span { border-color: rgb(253,92,172); }
td.TdClassName
{
border-color: #FD5CAC;
}
.TagClassName
{
border-color: #FD5CAC;
}
</style>