Shades of Brilliant Rose #F65AAD
Tints of Brilliant Rose #F65AAD
RGB
CMYK
RGB Variations
Color information
#F65AAD (or 0xF65AAD) is known color: Brilliant Rose. HEX triplet: F6, 5A and AD. RGB value is (246,90,173). Sum of RGB (Red+Green+Blue) = 246+90+173=509 (67% of max value = 765). Red value is 246 (96.48% from 255 or 48.33% from 509); Green value is 90 (35.55% from 255 or 17.68% from 509); Blue value is 173 (67.97% from 255 or 33.99% from 509); Max value from RGB is 246 - color contains mainly: red. Hex color #F65AAD is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F65AAD is #09A552. Grayscale: #919191. Windows color (decimal): -632147 or 11361014. OLE color: 11361014.
HSL color Cylindrical-coordinate representation of color #F65AAD: hue angle of 328.08º degrees, saturation: 0.9, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #F65AAD is Cyan = 0, Magento = 0.63, Yellow = 0.30 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 90 | 173 | - |
| CMYK | 0 | 0.63 | 0.30 | 0.04 |
| HSL | 328.08º | 0.9% | 0.66% | - |
| HSV(B) | 328.08º | 0.63% | 0.96% | - |
| XYZ | 49.21 | 29.92 | 42.72 | - |
| YUV | 146.11 | 143.18 | 199.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 90 | 173 | 0 | 0.63 | 0.30 | 0.04 | 328.08 | 0.9 | 0.66 |
| Hex | F6 | 5A | AD | 0 | 3F | 1E | 4 | 148 | 5A | 42 |
| Octal | 366 | 132 | 255 | 0 | 77 | 36 | 4 | 510 | 132 | 102 |
| Binary | 11110110 | 1011010 | 10101101 | 0 | 111111 | 11110 | 100 | 101001000 | 1011010 | 1000010 |
Color Harmonies of #F65AAD
Complementary color
Monochromatic Colors of #F65AAD
Black with #F65AAD
Text Example
Text Example
White with #F65AAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F65AAD; }
p { color: rgb(246,90,173); }
H1.HeaderClassName
{
color: #F65AAD;
}
.AnyTagClassName
{
color: #F65AAD;
}
</style>
background-color css
<style>
a { background-color: #F65AAD; }
a { background-color: rgb(246,90,173); }
div.DivClassName
{
background-color: #F65AAD;
}
.BgClassName
{
background-color: #F65AAD;
}
</style>
border-color css
<style>
span { border-color: #F65AAD; }
span { border-color: rgb(246,90,173); }
td.TdClassName
{
border-color: #F65AAD;
}
.TagClassName
{
border-color: #F65AAD;
}
</style>