Shades of Brilliant Rose #FD60A0
Tints of Brilliant Rose #FD60A0
RGB
CMYK
RGB Variations
Color information
#FD60A0 (or 0xFD60A0) is known color: Brilliant Rose. HEX triplet: FD, 60 and A0. RGB value is (253,96,160). Sum of RGB (Red+Green+Blue) = 253+96+160=509 (67% of max value = 765). Red value is 253 (99.22% from 255 or 49.71% from 509); Green value is 96 (37.89% from 255 or 18.86% from 509); Blue value is 160 (62.89% from 255 or 31.43% from 509); Max value from RGB is 253 - color contains mainly: red. Hex color #FD60A0 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FD60A0 is #029F5F. Grayscale: #969696. Windows color (decimal): -171872 or 10510589. OLE color: 10510589.
HSL color Cylindrical-coordinate representation of color #FD60A0: hue angle of 335.54º 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 #FD60A0 is Cyan = 0, Magento = 0.62, Yellow = 0.37 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 96 | 160 | - |
| CMYK | 0 | 0.62 | 0.37 | 0.01 |
| HSL | 335.54º | 0.98% | 0.68% | - |
| HSV(B) | 335.54º | 0.62% | 0.99% | - |
| XYZ | 51.04 | 31.79 | 36.7 | - |
| YUV | 150.24 | 133.51 | 201.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 96 | 160 | 0 | 0.62 | 0.37 | 0.01 | 335.54 | 0.98 | 0.68 |
| Hex | FD | 60 | A0 | 0 | 3E | 25 | 1 | 150 | 62 | 44 |
| Octal | 375 | 140 | 240 | 0 | 76 | 45 | 1 | 520 | 142 | 104 |
| Binary | 11111101 | 1100000 | 10100000 | 0 | 111110 | 100101 | 1 | 101010000 | 1100010 | 1000100 |
Color Harmonies of #FD60A0
Complementary color
Monochromatic Colors of #FD60A0
Black with #FD60A0
Text Example
Text Example
White with #FD60A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD60A0; }
p { color: rgb(253,96,160); }
H1.HeaderClassName
{
color: #FD60A0;
}
.AnyTagClassName
{
color: #FD60A0;
}
</style>
background-color css
<style>
a { background-color: #FD60A0; }
a { background-color: rgb(253,96,160); }
div.DivClassName
{
background-color: #FD60A0;
}
.BgClassName
{
background-color: #FD60A0;
}
</style>
border-color css
<style>
span { border-color: #FD60A0; }
span { border-color: rgb(253,96,160); }
td.TdClassName
{
border-color: #FD60A0;
}
.TagClassName
{
border-color: #FD60A0;
}
</style>