Shades of Brilliant Rose #FF60A7
Tints of Brilliant Rose #FF60A7
RGB
CMYK
RGB Variations
Color information
#FF60A7 (or 0xFF60A7) is known color: Brilliant Rose. HEX triplet: FF, 60 and A7. RGB value is (255,96,167). Sum of RGB (Red+Green+Blue) = 255+96+167=518 (68% of max value = 765). Red value is 255 (100% from 255 or 49.23% from 518); Green value is 96 (37.89% from 255 or 18.53% from 518); Blue value is 167 (65.62% from 255 or 32.24% from 518); Max value from RGB is 255 - color contains mainly: red. Hex color #FF60A7 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FF60A7 is #009F58. Grayscale: #979797. Windows color (decimal): -40793 or 10969343. OLE color: 10969343.
HSL color Cylindrical-coordinate representation of color #FF60A7: hue angle of 333.21º 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 #FF60A7 is Cyan = 0, Magento = 0.62, Yellow = 0.35 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 96 | 167 | - |
| CMYK | 0 | 0.62 | 0.35 | 0 |
| HSL | 333.21º | 1% | 0.69% | - |
| HSV(B) | 333.21º | 0.62% | 1% | - |
| XYZ | 52.4 | 32.42 | 40.05 | - |
| YUV | 151.64 | 136.68 | 201.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 96 | 167 | 0 | 0.62 | 0.35 | 0 | 333.21 | 1 | 0.69 |
| Hex | FF | 60 | A7 | 0 | 3E | 23 | 0 | 14D | 64 | 45 |
| Octal | 377 | 140 | 247 | 0 | 76 | 43 | 0 | 515 | 144 | 105 |
| Binary | 11111111 | 1100000 | 10100111 | 0 | 111110 | 100011 | 0 | 101001101 | 1100100 | 1000101 |
Color Harmonies of #FF60A7
Complementary color
Monochromatic Colors of #FF60A7
Black with #FF60A7
Text Example
Text Example
White with #FF60A7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF60A7; }
p { color: rgb(255,96,167); }
H1.HeaderClassName
{
color: #FF60A7;
}
.AnyTagClassName
{
color: #FF60A7;
}
</style>
background-color css
<style>
a { background-color: #FF60A7; }
a { background-color: rgb(255,96,167); }
div.DivClassName
{
background-color: #FF60A7;
}
.BgClassName
{
background-color: #FF60A7;
}
</style>
border-color css
<style>
span { border-color: #FF60A7; }
span { border-color: rgb(255,96,167); }
td.TdClassName
{
border-color: #FF60A7;
}
.TagClassName
{
border-color: #FF60A7;
}
</style>