Shades of Brilliant Rose #FF60A5
Tints of Brilliant Rose #FF60A5
RGB
CMYK
RGB Variations
Color information
#FF60A5 (or 0xFF60A5) is known color: Brilliant Rose. HEX triplet: FF, 60 and A5. RGB value is (255,96,165). Sum of RGB (Red+Green+Blue) = 255+96+165=516 (68% of max value = 765). Red value is 255 (100% from 255 or 49.42% from 516); Green value is 96 (37.89% from 255 or 18.60% from 516); Blue value is 165 (64.84% from 255 or 31.98% from 516); Max value from RGB is 255 - color contains mainly: red. Hex color #FF60A5 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FF60A5 is #009F5A. Grayscale: #979797. Windows color (decimal): -40795 or 10838271. OLE color: 10838271.
HSL color Cylindrical-coordinate representation of color #FF60A5: hue angle of 333.96º 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 #FF60A5 is Cyan = 0, Magento = 0.62, Yellow = 0.35 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 96 | 165 | - |
| CMYK | 0 | 0.62 | 0.35 | 0 |
| HSL | 333.96º | 1% | 0.69% | - |
| HSV(B) | 333.96º | 0.62% | 1% | - |
| XYZ | 52.21 | 32.34 | 39.09 | - |
| YUV | 151.41 | 135.68 | 201.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 96 | 165 | 0 | 0.62 | 0.35 | 0 | 333.96 | 1 | 0.69 |
| Hex | FF | 60 | A5 | 0 | 3E | 23 | 0 | 14E | 64 | 45 |
| Octal | 377 | 140 | 245 | 0 | 76 | 43 | 0 | 516 | 144 | 105 |
| Binary | 11111111 | 1100000 | 10100101 | 0 | 111110 | 100011 | 0 | 101001110 | 1100100 | 1000101 |
Color Harmonies of #FF60A5
Complementary color
Monochromatic Colors of #FF60A5
Black with #FF60A5
Text Example
Text Example
White with #FF60A5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF60A5; }
p { color: rgb(255,96,165); }
H1.HeaderClassName
{
color: #FF60A5;
}
.AnyTagClassName
{
color: #FF60A5;
}
</style>
background-color css
<style>
a { background-color: #FF60A5; }
a { background-color: rgb(255,96,165); }
div.DivClassName
{
background-color: #FF60A5;
}
.BgClassName
{
background-color: #FF60A5;
}
</style>
border-color css
<style>
span { border-color: #FF60A5; }
span { border-color: rgb(255,96,165); }
td.TdClassName
{
border-color: #FF60A5;
}
.TagClassName
{
border-color: #FF60A5;
}
</style>