Shades of Brilliant Rose #F65EA8
Tints of Brilliant Rose #F65EA8
RGB
CMYK
RGB Variations
Color information
#F65EA8 (or 0xF65EA8) is known color: Brilliant Rose. HEX triplet: F6, 5E and A8. RGB value is (246,94,168). Sum of RGB (Red+Green+Blue) = 246+94+168=508 (67% of max value = 765). Red value is 246 (96.48% from 255 or 48.43% from 508); Green value is 94 (37.11% from 255 or 18.50% from 508); Blue value is 168 (66.02% from 255 or 33.07% from 508); Max value from RGB is 246 - color contains mainly: red. Hex color #F65EA8 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F65EA8 is #09A157. Grayscale: #939393. Windows color (decimal): -631128 or 11034358. OLE color: 11034358.
HSL color Cylindrical-coordinate representation of color #F65EA8: hue angle of 330.79º degrees, saturation: 0.89, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #F65EA8 is Cyan = 0, Magento = 0.62, Yellow = 0.32 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 94 | 168 | - |
| CMYK | 0 | 0.62 | 0.32 | 0.04 |
| HSL | 330.79º | 0.89% | 0.67% | - |
| HSV(B) | 330.79º | 0.62% | 0.96% | - |
| XYZ | 49.08 | 30.43 | 40.33 | - |
| YUV | 147.88 | 139.36 | 197.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 94 | 168 | 0 | 0.62 | 0.32 | 0.04 | 330.79 | 0.89 | 0.67 |
| Hex | F6 | 5E | A8 | 0 | 3E | 20 | 4 | 14B | 59 | 43 |
| Octal | 366 | 136 | 250 | 0 | 76 | 40 | 4 | 513 | 131 | 103 |
| Binary | 11110110 | 1011110 | 10101000 | 0 | 111110 | 100000 | 100 | 101001011 | 1011001 | 1000011 |
Color Harmonies of #F65EA8
Complementary color
Monochromatic Colors of #F65EA8
Black with #F65EA8
Text Example
Text Example
White with #F65EA8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F65EA8; }
p { color: rgb(246,94,168); }
H1.HeaderClassName
{
color: #F65EA8;
}
.AnyTagClassName
{
color: #F65EA8;
}
</style>
background-color css
<style>
a { background-color: #F65EA8; }
a { background-color: rgb(246,94,168); }
div.DivClassName
{
background-color: #F65EA8;
}
.BgClassName
{
background-color: #F65EA8;
}
</style>
border-color css
<style>
span { border-color: #F65EA8; }
span { border-color: rgb(246,94,168); }
td.TdClassName
{
border-color: #F65EA8;
}
.TagClassName
{
border-color: #F65EA8;
}
</style>