Shades of Brilliant Rose #FD64A1
Tints of Brilliant Rose #FD64A1
RGB
CMYK
RGB Variations
Color information
#FD64A1 (or 0xFD64A1) is known color: Brilliant Rose. HEX triplet: FD, 64 and A1. RGB value is (253,100,161). Sum of RGB (Red+Green+Blue) = 253+100+161=514 (68% of max value = 765). Red value is 253 (99.22% from 255 or 49.22% from 514); Green value is 100 (39.45% from 255 or 19.46% from 514); Blue value is 161 (63.28% from 255 or 31.32% from 514); Max value from RGB is 253 - color contains mainly: red. Hex color #FD64A1 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FD64A1 is #029B5E. Grayscale: #989898. Windows color (decimal): -170847 or 10577149. OLE color: 10577149.
HSL color Cylindrical-coordinate representation of color #FD64A1: hue angle of 336.08º degrees, saturation: 0.97, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #FD64A1 is Cyan = 0, Magento = 0.60, Yellow = 0.36 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 100 | 161 | - |
| CMYK | 0 | 0.60 | 0.36 | 0.01 |
| HSL | 336.08º | 0.97% | 0.69% | - |
| HSV(B) | 336.08º | 0.6% | 0.99% | - |
| XYZ | 51.5 | 32.57 | 37.29 | - |
| YUV | 152.7 | 132.69 | 199.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 100 | 161 | 0 | 0.60 | 0.36 | 0.01 | 336.08 | 0.97 | 0.69 |
| Hex | FD | 64 | A1 | 0 | 3C | 24 | 1 | 150 | 61 | 45 |
| Octal | 375 | 144 | 241 | 0 | 74 | 44 | 1 | 520 | 141 | 105 |
| Binary | 11111101 | 1100100 | 10100001 | 0 | 111100 | 100100 | 1 | 101010000 | 1100001 | 1000101 |
Color Harmonies of #FD64A1
Complementary color
Monochromatic Colors of #FD64A1
Black with #FD64A1
Text Example
Text Example
White with #FD64A1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD64A1; }
p { color: rgb(253,100,161); }
H1.HeaderClassName
{
color: #FD64A1;
}
.AnyTagClassName
{
color: #FD64A1;
}
</style>
background-color css
<style>
a { background-color: #FD64A1; }
a { background-color: rgb(253,100,161); }
div.DivClassName
{
background-color: #FD64A1;
}
.BgClassName
{
background-color: #FD64A1;
}
</style>
border-color css
<style>
span { border-color: #FD64A1; }
span { border-color: rgb(253,100,161); }
td.TdClassName
{
border-color: #FD64A1;
}
.TagClassName
{
border-color: #FD64A1;
}
</style>