Shades of Brilliant Rose #FD60A1
Tints of Brilliant Rose #FD60A1
RGB
CMYK
RGB Variations
Color information
#FD60A1 (or 0xFD60A1) is known color: Brilliant Rose. HEX triplet: FD, 60 and A1. RGB value is (253,96,161). Sum of RGB (Red+Green+Blue) = 253+96+161=510 (67% of max value = 765). Red value is 253 (99.22% from 255 or 49.61% from 510); Green value is 96 (37.89% from 255 or 18.82% from 510); Blue value is 161 (63.28% from 255 or 31.57% from 510); Max value from RGB is 253 - color contains mainly: red. Hex color #FD60A1 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FD60A1 is #029F5E. Grayscale: #969696. Windows color (decimal): -171871 or 10576125. OLE color: 10576125.
HSL color Cylindrical-coordinate representation of color #FD60A1: hue angle of 335.16º degrees, saturation: 0.98, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #FD60A1 is Cyan = 0, Magento = 0.62, Yellow = 0.36 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 96 | 161 | - |
| CMYK | 0 | 0.62 | 0.36 | 0.01 |
| HSL | 335.16º | 0.98% | 0.68% | - |
| HSV(B) | 335.16º | 0.62% | 0.99% | - |
| XYZ | 51.12 | 31.82 | 37.17 | - |
| YUV | 150.35 | 134.01 | 201.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 96 | 161 | 0 | 0.62 | 0.36 | 0.01 | 335.16 | 0.98 | 0.68 |
| Hex | FD | 60 | A1 | 0 | 3E | 24 | 1 | 14F | 62 | 44 |
| Octal | 375 | 140 | 241 | 0 | 76 | 44 | 1 | 517 | 142 | 104 |
| Binary | 11111101 | 1100000 | 10100001 | 0 | 111110 | 100100 | 1 | 101001111 | 1100010 | 1000100 |
Color Harmonies of #FD60A1
Complementary color
Monochromatic Colors of #FD60A1
Black with #FD60A1
Text Example
Text Example
White with #FD60A1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD60A1; }
p { color: rgb(253,96,161); }
H1.HeaderClassName
{
color: #FD60A1;
}
.AnyTagClassName
{
color: #FD60A1;
}
</style>
background-color css
<style>
a { background-color: #FD60A1; }
a { background-color: rgb(253,96,161); }
div.DivClassName
{
background-color: #FD60A1;
}
.BgClassName
{
background-color: #FD60A1;
}
</style>
border-color css
<style>
span { border-color: #FD60A1; }
span { border-color: rgb(253,96,161); }
td.TdClassName
{
border-color: #FD60A1;
}
.TagClassName
{
border-color: #FD60A1;
}
</style>