Shades of Brilliant Rose #FF60AA
Tints of Brilliant Rose #FF60AA
RGB
CMYK
RGB Variations
Color information
#FF60AA (or 0xFF60AA) is known color: Brilliant Rose. HEX triplet: FF, 60 and AA. RGB value is (255,96,170). Sum of RGB (Red+Green+Blue) = 255+96+170=521 (69% of max value = 765). Red value is 255 (100% from 255 or 48.94% from 521); Green value is 96 (37.89% from 255 or 18.43% from 521); Blue value is 170 (66.80% from 255 or 32.63% from 521); Max value from RGB is 255 - color contains mainly: red. Hex color #FF60AA is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FF60AA is #009F55. Grayscale: #979797. Windows color (decimal): -40790 or 11165951. OLE color: 11165951.
HSL color Cylindrical-coordinate representation of color #FF60AA: hue angle of 332.08º degrees, saturation: 1, lightness: 0.69%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #FF60AA is Cyan = 0, Magento = 0.62, Yellow = 0.33 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 96 | 170 | - |
| CMYK | 0 | 0.62 | 0.33 | 0 |
| HSL | 332.08º | 1% | 0.69% | - |
| HSV(B) | 332.08º | 0.62% | 1% | - |
| XYZ | 52.68 | 32.53 | 41.53 | - |
| YUV | 151.98 | 138.18 | 201.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 96 | 170 | 0 | 0.62 | 0.33 | 0 | 332.08 | 1 | 0.69 |
| Hex | FF | 60 | AA | 0 | 3E | 21 | 0 | 14C | 64 | 45 |
| Octal | 377 | 140 | 252 | 0 | 76 | 41 | 0 | 514 | 144 | 105 |
| Binary | 11111111 | 1100000 | 10101010 | 0 | 111110 | 100001 | 0 | 101001100 | 1100100 | 1000101 |
Color Harmonies of #FF60AA
Complementary color
Monochromatic Colors of #FF60AA
Black with #FF60AA
Text Example
Text Example
White with #FF60AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF60AA; }
p { color: rgb(255,96,170); }
H1.HeaderClassName
{
color: #FF60AA;
}
.AnyTagClassName
{
color: #FF60AA;
}
</style>
background-color css
<style>
a { background-color: #FF60AA; }
a { background-color: rgb(255,96,170); }
div.DivClassName
{
background-color: #FF60AA;
}
.BgClassName
{
background-color: #FF60AA;
}
</style>
border-color css
<style>
span { border-color: #FF60AA; }
span { border-color: rgb(255,96,170); }
td.TdClassName
{
border-color: #FF60AA;
}
.TagClassName
{
border-color: #FF60AA;
}
</style>