Shades of Brilliant Rose #FD4BA0
Tints of Brilliant Rose #FD4BA0
RGB
CMYK
RGB Variations
Color information
#FD4BA0 (or 0xFD4BA0) is known color: Brilliant Rose. HEX triplet: FD, 4B and A0. RGB value is (253,75,160). Sum of RGB (Red+Green+Blue) = 253+75+160=488 (64% of max value = 765). Red value is 253 (99.22% from 255 or 51.84% from 488); Green value is 75 (29.69% from 255 or 15.37% from 488); Blue value is 160 (62.89% from 255 or 32.79% from 488); Max value from RGB is 253 - color contains mainly: red. Hex color #FD4BA0 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FD4BA0 is #02B45F. Grayscale: #898989. Windows color (decimal): -177248 or 10505213. OLE color: 10505213.
HSL color Cylindrical-coordinate representation of color #FD4BA0: hue angle of 331.35º degrees, saturation: 0.98, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #FD4BA0 is Cyan = 0, Magento = 0.70, Yellow = 0.37 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 75 | 160 | - |
| CMYK | 0 | 0.70 | 0.37 | 0.01 |
| HSL | 331.35º | 0.98% | 0.64% | - |
| HSV(B) | 331.35º | 0.7% | 0.99% | - |
| XYZ | 49.37 | 28.45 | 36.15 | - |
| YUV | 137.91 | 140.47 | 210.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 75 | 160 | 0 | 0.70 | 0.37 | 0.01 | 331.35 | 0.98 | 0.64 |
| Hex | FD | 4B | A0 | 0 | 46 | 25 | 1 | 14B | 62 | 40 |
| Octal | 375 | 113 | 240 | 0 | 106 | 45 | 1 | 513 | 142 | 100 |
| Binary | 11111101 | 1001011 | 10100000 | 0 | 1000110 | 100101 | 1 | 101001011 | 1100010 | 1000000 |
Color Harmonies of #FD4BA0
Complementary color
Monochromatic Colors of #FD4BA0
Black with #FD4BA0
Text Example
Text Example
White with #FD4BA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD4BA0; }
p { color: rgb(253,75,160); }
H1.HeaderClassName
{
color: #FD4BA0;
}
.AnyTagClassName
{
color: #FD4BA0;
}
</style>
background-color css
<style>
a { background-color: #FD4BA0; }
a { background-color: rgb(253,75,160); }
div.DivClassName
{
background-color: #FD4BA0;
}
.BgClassName
{
background-color: #FD4BA0;
}
</style>
border-color css
<style>
span { border-color: #FD4BA0; }
span { border-color: rgb(253,75,160); }
td.TdClassName
{
border-color: #FD4BA0;
}
.TagClassName
{
border-color: #FD4BA0;
}
</style>