Shades of Brilliant Rose #F65AA8
Tints of Brilliant Rose #F65AA8
RGB
CMYK
RGB Variations
Color information
#F65AA8 (or 0xF65AA8) is known color: Brilliant Rose. HEX triplet: F6, 5A and A8. RGB value is (246,90,168). Sum of RGB (Red+Green+Blue) = 246+90+168=504 (66% of max value = 765). Red value is 246 (96.48% from 255 or 48.81% from 504); Green value is 90 (35.55% from 255 or 17.86% from 504); Blue value is 168 (66.02% from 255 or 33.33% from 504); Max value from RGB is 246 - color contains mainly: red. Hex color #F65AA8 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F65AA8 is #09A557. Grayscale: #919191. Windows color (decimal): -632152 or 11033334. OLE color: 11033334.
HSL color Cylindrical-coordinate representation of color #F65AA8: hue angle of 330º 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 #F65AA8 is Cyan = 0, Magento = 0.63, Yellow = 0.32 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 90 | 168 | - |
| CMYK | 0 | 0.63 | 0.32 | 0.04 |
| HSL | 330º | 0.9% | 0.66% | - |
| HSV(B) | 330º | 0.63% | 0.96% | - |
| XYZ | 48.73 | 29.73 | 40.22 | - |
| YUV | 145.54 | 140.68 | 199.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 90 | 168 | 0 | 0.63 | 0.32 | 0.04 | 330 | 0.9 | 0.66 |
| Hex | F6 | 5A | A8 | 0 | 3F | 20 | 4 | 14A | 5A | 42 |
| Octal | 366 | 132 | 250 | 0 | 77 | 40 | 4 | 512 | 132 | 102 |
| Binary | 11110110 | 1011010 | 10101000 | 0 | 111111 | 100000 | 100 | 101001010 | 1011010 | 1000010 |
Color Harmonies of #F65AA8
Complementary color
Monochromatic Colors of #F65AA8
Black with #F65AA8
Text Example
Text Example
White with #F65AA8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F65AA8; }
p { color: rgb(246,90,168); }
H1.HeaderClassName
{
color: #F65AA8;
}
.AnyTagClassName
{
color: #F65AA8;
}
</style>
background-color css
<style>
a { background-color: #F65AA8; }
a { background-color: rgb(246,90,168); }
div.DivClassName
{
background-color: #F65AA8;
}
.BgClassName
{
background-color: #F65AA8;
}
</style>
border-color css
<style>
span { border-color: #F65AA8; }
span { border-color: rgb(246,90,168); }
td.TdClassName
{
border-color: #F65AA8;
}
.TagClassName
{
border-color: #F65AA8;
}
</style>