Shades of Brilliant Rose #FD60A6
Tints of Brilliant Rose #FD60A6
RGB
CMYK
RGB Variations
Color information
#FD60A6 (or 0xFD60A6) is known color: Brilliant Rose. HEX triplet: FD, 60 and A6. RGB value is (253,96,166). Sum of RGB (Red+Green+Blue) = 253+96+166=515 (68% of max value = 765). Red value is 253 (99.22% from 255 or 49.13% from 515); Green value is 96 (37.89% from 255 or 18.64% from 515); Blue value is 166 (65.23% from 255 or 32.23% from 515); Max value from RGB is 253 - color contains mainly: red. Hex color #FD60A6 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FD60A6 is #029F59. Grayscale: #969696. Windows color (decimal): -171866 or 10903805. OLE color: 10903805.
HSL color Cylindrical-coordinate representation of color #FD60A6: hue angle of 333.25º 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 #FD60A6 is Cyan = 0, Magento = 0.62, Yellow = 0.34 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 96 | 166 | - |
| CMYK | 0 | 0.62 | 0.34 | 0.01 |
| HSL | 333.25º | 0.98% | 0.68% | - |
| HSV(B) | 333.25º | 0.62% | 0.99% | - |
| XYZ | 51.57 | 32 | 39.54 | - |
| YUV | 150.92 | 136.51 | 200.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 96 | 166 | 0 | 0.62 | 0.34 | 0.01 | 333.25 | 0.98 | 0.68 |
| Hex | FD | 60 | A6 | 0 | 3E | 22 | 1 | 14D | 62 | 44 |
| Octal | 375 | 140 | 246 | 0 | 76 | 42 | 1 | 515 | 142 | 104 |
| Binary | 11111101 | 1100000 | 10100110 | 0 | 111110 | 100010 | 1 | 101001101 | 1100010 | 1000100 |
Color Harmonies of #FD60A6
Complementary color
Monochromatic Colors of #FD60A6
Black with #FD60A6
Text Example
Text Example
White with #FD60A6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD60A6; }
p { color: rgb(253,96,166); }
H1.HeaderClassName
{
color: #FD60A6;
}
.AnyTagClassName
{
color: #FD60A6;
}
</style>
background-color css
<style>
a { background-color: #FD60A6; }
a { background-color: rgb(253,96,166); }
div.DivClassName
{
background-color: #FD60A6;
}
.BgClassName
{
background-color: #FD60A6;
}
</style>
border-color css
<style>
span { border-color: #FD60A6; }
span { border-color: rgb(253,96,166); }
td.TdClassName
{
border-color: #FD60A6;
}
.TagClassName
{
border-color: #FD60A6;
}
</style>