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