Shades of Brilliant Rose #FF65A4
Tints of Brilliant Rose #FF65A4
RGB
CMYK
RGB Variations
Color information
#FF65A4 (or 0xFF65A4) is known color: Brilliant Rose. HEX triplet: FF, 65 and A4. RGB value is (255,101,164). Sum of RGB (Red+Green+Blue) = 255+101+164=520 (68% of max value = 765). Red value is 255 (100% from 255 or 49.04% from 520); Green value is 101 (39.84% from 255 or 19.42% from 520); Blue value is 164 (64.45% from 255 or 31.54% from 520); Max value from RGB is 255 - color contains mainly: red. Hex color #FF65A4 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FF65A4 is #009A5B. Grayscale: #9A9A9A. Windows color (decimal): -39516 or 10774015. OLE color: 10774015.
HSL color Cylindrical-coordinate representation of color #FF65A4: hue angle of 335.45º 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 #FF65A4 is Cyan = 0, Magento = 0.60, Yellow = 0.36 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 101 | 164 | - |
| CMYK | 0 | 0.60 | 0.36 | 0 |
| HSL | 335.45º | 1% | 0.7% | - |
| HSV(B) | 335.45º | 0.6% | 1% | - |
| XYZ | 52.59 | 33.25 | 38.77 | - |
| YUV | 154.23 | 133.52 | 199.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 101 | 164 | 0 | 0.60 | 0.36 | 0 | 335.45 | 1 | 0.7 |
| Hex | FF | 65 | A4 | 0 | 3C | 24 | 0 | 14F | 64 | 46 |
| Octal | 377 | 145 | 244 | 0 | 74 | 44 | 0 | 517 | 144 | 106 |
| Binary | 11111111 | 1100101 | 10100100 | 0 | 111100 | 100100 | 0 | 101001111 | 1100100 | 1000110 |
Color Harmonies of #FF65A4
Complementary color
Monochromatic Colors of #FF65A4
Black with #FF65A4
Text Example
Text Example
White with #FF65A4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF65A4; }
p { color: rgb(255,101,164); }
H1.HeaderClassName
{
color: #FF65A4;
}
.AnyTagClassName
{
color: #FF65A4;
}
</style>
background-color css
<style>
a { background-color: #FF65A4; }
a { background-color: rgb(255,101,164); }
div.DivClassName
{
background-color: #FF65A4;
}
.BgClassName
{
background-color: #FF65A4;
}
</style>
border-color css
<style>
span { border-color: #FF65A4; }
span { border-color: rgb(255,101,164); }
td.TdClassName
{
border-color: #FF65A4;
}
.TagClassName
{
border-color: #FF65A4;
}
</style>