Shades of Brilliant Rose #FD45A1
Tints of Brilliant Rose #FD45A1
RGB
CMYK
RGB Variations
Color information
#FD45A1 (or 0xFD45A1) is known color: Brilliant Rose. HEX triplet: FD, 45 and A1. RGB value is (253,69,161). Sum of RGB (Red+Green+Blue) = 253+69+161=483 (63% of max value = 765). Red value is 253 (99.22% from 255 or 52.38% from 483); Green value is 69 (27.34% from 255 or 14.29% from 483); Blue value is 161 (63.28% from 255 or 33.33% from 483); Max value from RGB is 253 - color contains mainly: red. Hex color #FD45A1 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FD45A1 is #02BA5E. Grayscale: #868686. Windows color (decimal): -178783 or 10569213. OLE color: 10569213.
HSL color Cylindrical-coordinate representation of color #FD45A1: hue angle of 330º degrees, saturation: 0.98, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #FD45A1 is Cyan = 0, Magento = 0.73, Yellow = 0.36 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 69 | 161 | - |
| CMYK | 0 | 0.73 | 0.36 | 0.01 |
| HSL | 330º | 0.98% | 0.63% | - |
| HSV(B) | 330º | 0.73% | 0.99% | - |
| XYZ | 49.07 | 27.71 | 36.48 | - |
| YUV | 134.5 | 142.96 | 212.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 69 | 161 | 0 | 0.73 | 0.36 | 0.01 | 330 | 0.98 | 0.63 |
| Hex | FD | 45 | A1 | 0 | 49 | 24 | 1 | 14A | 62 | 3F |
| Octal | 375 | 105 | 241 | 0 | 111 | 44 | 1 | 512 | 142 | 77 |
| Binary | 11111101 | 1000101 | 10100001 | 0 | 1001001 | 100100 | 1 | 101001010 | 1100010 | 111111 |
Color Harmonies of #FD45A1
Complementary color
Monochromatic Colors of #FD45A1
Black with #FD45A1
Text Example
Text Example
White with #FD45A1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD45A1; }
p { color: rgb(253,69,161); }
H1.HeaderClassName
{
color: #FD45A1;
}
.AnyTagClassName
{
color: #FD45A1;
}
</style>
background-color css
<style>
a { background-color: #FD45A1; }
a { background-color: rgb(253,69,161); }
div.DivClassName
{
background-color: #FD45A1;
}
.BgClassName
{
background-color: #FD45A1;
}
</style>
border-color css
<style>
span { border-color: #FD45A1; }
span { border-color: rgb(253,69,161); }
td.TdClassName
{
border-color: #FD45A1;
}
.TagClassName
{
border-color: #FD45A1;
}
</style>