Shades of Brilliant Rose #FD48A1
Tints of Brilliant Rose #FD48A1
RGB
CMYK
RGB Variations
Color information
#FD48A1 (or 0xFD48A1) is known color: Brilliant Rose. HEX triplet: FD, 48 and A1. RGB value is (253,72,161). Sum of RGB (Red+Green+Blue) = 253+72+161=486 (64% of max value = 765). Red value is 253 (99.22% from 255 or 52.06% from 486); Green value is 72 (28.52% from 255 or 14.81% from 486); Blue value is 161 (63.28% from 255 or 33.13% from 486); Max value from RGB is 253 - color contains mainly: red. Hex color #FD48A1 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FD48A1 is #02B75E. Grayscale: #888888. Windows color (decimal): -178015 or 10569981. OLE color: 10569981.
HSL color Cylindrical-coordinate representation of color #FD48A1: hue angle of 330.5º degrees, saturation: 0.98, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #FD48A1 is Cyan = 0, Magento = 0.72, Yellow = 0.36 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 72 | 161 | - |
| CMYK | 0 | 0.72 | 0.36 | 0.01 |
| HSL | 330.5º | 0.98% | 0.64% | - |
| HSV(B) | 330.5º | 0.72% | 0.99% | - |
| XYZ | 49.26 | 28.09 | 36.54 | - |
| YUV | 136.27 | 141.97 | 211.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 72 | 161 | 0 | 0.72 | 0.36 | 0.01 | 330.5 | 0.98 | 0.64 |
| Hex | FD | 48 | A1 | 0 | 48 | 24 | 1 | 14A | 62 | 40 |
| Octal | 375 | 110 | 241 | 0 | 110 | 44 | 1 | 512 | 142 | 100 |
| Binary | 11111101 | 1001000 | 10100001 | 0 | 1001000 | 100100 | 1 | 101001010 | 1100010 | 1000000 |
Color Harmonies of #FD48A1
Complementary color
Monochromatic Colors of #FD48A1
Black with #FD48A1
Text Example
Text Example
White with #FD48A1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD48A1; }
p { color: rgb(253,72,161); }
H1.HeaderClassName
{
color: #FD48A1;
}
.AnyTagClassName
{
color: #FD48A1;
}
</style>
background-color css
<style>
a { background-color: #FD48A1; }
a { background-color: rgb(253,72,161); }
div.DivClassName
{
background-color: #FD48A1;
}
.BgClassName
{
background-color: #FD48A1;
}
</style>
border-color css
<style>
span { border-color: #FD48A1; }
span { border-color: rgb(253,72,161); }
td.TdClassName
{
border-color: #FD48A1;
}
.TagClassName
{
border-color: #FD48A1;
}
</style>