Shades of Brilliant Rose #FD4CA1
Tints of Brilliant Rose #FD4CA1
RGB
CMYK
RGB Variations
Color information
#FD4CA1 (or 0xFD4CA1) is known color: Brilliant Rose. HEX triplet: FD, 4C and A1. RGB value is (253,76,161). Sum of RGB (Red+Green+Blue) = 253+76+161=490 (64% of max value = 765). Red value is 253 (99.22% from 255 or 51.63% from 490); Green value is 76 (30.08% from 255 or 15.51% from 490); Blue value is 161 (63.28% from 255 or 32.86% from 490); Max value from RGB is 253 - color contains mainly: red. Hex color #FD4CA1 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FD4CA1 is #02B35E. Grayscale: #8A8A8A. Windows color (decimal): -176991 or 10571005. OLE color: 10571005.
HSL color Cylindrical-coordinate representation of color #FD4CA1: hue angle of 331.19º 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 #FD4CA1 is Cyan = 0, Magento = 0.70, Yellow = 0.36 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 76 | 161 | - |
| CMYK | 0 | 0.70 | 0.36 | 0.01 |
| HSL | 331.19º | 0.98% | 0.65% | - |
| HSV(B) | 331.19º | 0.7% | 0.99% | - |
| XYZ | 49.53 | 28.62 | 36.63 | - |
| YUV | 138.61 | 140.64 | 209.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 76 | 161 | 0 | 0.70 | 0.36 | 0.01 | 331.19 | 0.98 | 0.65 |
| Hex | FD | 4C | A1 | 0 | 46 | 24 | 1 | 14B | 62 | 41 |
| Octal | 375 | 114 | 241 | 0 | 106 | 44 | 1 | 513 | 142 | 101 |
| Binary | 11111101 | 1001100 | 10100001 | 0 | 1000110 | 100100 | 1 | 101001011 | 1100010 | 1000001 |
Color Harmonies of #FD4CA1
Complementary color
Monochromatic Colors of #FD4CA1
Black with #FD4CA1
Text Example
Text Example
White with #FD4CA1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD4CA1; }
p { color: rgb(253,76,161); }
H1.HeaderClassName
{
color: #FD4CA1;
}
.AnyTagClassName
{
color: #FD4CA1;
}
</style>
background-color css
<style>
a { background-color: #FD4CA1; }
a { background-color: rgb(253,76,161); }
div.DivClassName
{
background-color: #FD4CA1;
}
.BgClassName
{
background-color: #FD4CA1;
}
</style>
border-color css
<style>
span { border-color: #FD4CA1; }
span { border-color: rgb(253,76,161); }
td.TdClassName
{
border-color: #FD4CA1;
}
.TagClassName
{
border-color: #FD4CA1;
}
</style>