Shades of Brilliant Rose #FF65A0
Tints of Brilliant Rose #FF65A0
RGB
CMYK
RGB Variations
Color information
#FF65A0 (or 0xFF65A0) is known color: Brilliant Rose. HEX triplet: FF, 65 and A0. RGB value is (255,101,160). Sum of RGB (Red+Green+Blue) = 255+101+160=516 (68% of max value = 765). Red value is 255 (100% from 255 or 49.42% from 516); Green value is 101 (39.84% from 255 or 19.57% from 516); Blue value is 160 (62.89% from 255 or 31.01% from 516); Max value from RGB is 255 - color contains mainly: red. Hex color #FF65A0 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FF65A0 is #009A5F. Grayscale: #999999. Windows color (decimal): -39520 or 10511871. OLE color: 10511871.
HSL color Cylindrical-coordinate representation of color #FF65A0: hue angle of 337.01º degrees, saturation: 1, lightness: 0.7%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #FF65A0 is Cyan = 0, Magento = 0.60, Yellow = 0.37 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 101 | 160 | - |
| CMYK | 0 | 0.60 | 0.37 | 0 |
| HSL | 337.01º | 1% | 0.7% | - |
| HSV(B) | 337.01º | 0.6% | 1% | - |
| XYZ | 52.24 | 33.11 | 36.89 | - |
| YUV | 153.77 | 131.52 | 200.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 101 | 160 | 0 | 0.60 | 0.37 | 0 | 337.01 | 1 | 0.7 |
| Hex | FF | 65 | A0 | 0 | 3C | 25 | 0 | 151 | 64 | 46 |
| Octal | 377 | 145 | 240 | 0 | 74 | 45 | 0 | 521 | 144 | 106 |
| Binary | 11111111 | 1100101 | 10100000 | 0 | 111100 | 100101 | 0 | 101010001 | 1100100 | 1000110 |
Color Harmonies of #FF65A0
Complementary color
Monochromatic Colors of #FF65A0
Black with #FF65A0
Text Example
Text Example
White with #FF65A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF65A0; }
p { color: rgb(255,101,160); }
H1.HeaderClassName
{
color: #FF65A0;
}
.AnyTagClassName
{
color: #FF65A0;
}
</style>
background-color css
<style>
a { background-color: #FF65A0; }
a { background-color: rgb(255,101,160); }
div.DivClassName
{
background-color: #FF65A0;
}
.BgClassName
{
background-color: #FF65A0;
}
</style>
border-color css
<style>
span { border-color: #FF65A0; }
span { border-color: rgb(255,101,160); }
td.TdClassName
{
border-color: #FF65A0;
}
.TagClassName
{
border-color: #FF65A0;
}
</style>