Shades of Brilliant Rose #FD4C99
Tints of Brilliant Rose #FD4C99
RGB
CMYK
RGB Variations
Color information
#FD4C99 (or 0xFD4C99) is known color: Brilliant Rose. HEX triplet: FD, 4C and 99. RGB value is (253,76,153). Sum of RGB (Red+Green+Blue) = 253+76+153=482 (63% of max value = 765). Red value is 253 (99.22% from 255 or 52.49% from 482); Green value is 76 (30.08% from 255 or 15.77% from 482); Blue value is 153 (60.16% from 255 or 31.74% from 482); Max value from RGB is 253 - color contains mainly: red. Hex color #FD4C99 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FD4C99 is #02B366. Grayscale: #898989. Windows color (decimal): -176999 or 10046717. OLE color: 10046717.
HSL color Cylindrical-coordinate representation of color #FD4C99: hue angle of 333.9º degrees, saturation: 0.98, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #FD4C99 is Cyan = 0, Magento = 0.70, Yellow = 0.40 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 76 | 153 | - |
| CMYK | 0 | 0.70 | 0.40 | 0.01 |
| HSL | 333.9º | 0.98% | 0.65% | - |
| HSV(B) | 333.9º | 0.7% | 0.99% | - |
| XYZ | 48.84 | 28.35 | 33.04 | - |
| YUV | 137.7 | 136.64 | 210.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 76 | 153 | 0 | 0.70 | 0.40 | 0.01 | 333.9 | 0.98 | 0.65 |
| Hex | FD | 4C | 99 | 0 | 46 | 28 | 1 | 14E | 62 | 41 |
| Octal | 375 | 114 | 231 | 0 | 106 | 50 | 1 | 516 | 142 | 101 |
| Binary | 11111101 | 1001100 | 10011001 | 0 | 1000110 | 101000 | 1 | 101001110 | 1100010 | 1000001 |
Color Harmonies of #FD4C99
Complementary color
Monochromatic Colors of #FD4C99
Black with #FD4C99
Text Example
Text Example
White with #FD4C99
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD4C99; }
p { color: rgb(253,76,153); }
H1.HeaderClassName
{
color: #FD4C99;
}
.AnyTagClassName
{
color: #FD4C99;
}
</style>
background-color css
<style>
a { background-color: #FD4C99; }
a { background-color: rgb(253,76,153); }
div.DivClassName
{
background-color: #FD4C99;
}
.BgClassName
{
background-color: #FD4C99;
}
</style>
border-color css
<style>
span { border-color: #FD4C99; }
span { border-color: rgb(253,76,153); }
td.TdClassName
{
border-color: #FD4C99;
}
.TagClassName
{
border-color: #FD4C99;
}
</style>