Shades of Brilliant Rose #F65BAE
Tints of Brilliant Rose #F65BAE
RGB
CMYK
RGB Variations
Color information
#F65BAE (or 0xF65BAE) is known color: Brilliant Rose. HEX triplet: F6, 5B and AE. RGB value is (246,91,174). Sum of RGB (Red+Green+Blue) = 246+91+174=511 (67% of max value = 765). Red value is 246 (96.48% from 255 or 48.14% from 511); Green value is 91 (35.94% from 255 or 17.81% from 511); Blue value is 174 (68.36% from 255 or 34.05% from 511); Max value from RGB is 246 - color contains mainly: red. Hex color #F65BAE is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F65BAE is #09A451. Grayscale: #929292. Windows color (decimal): -631890 or 11426806. OLE color: 11426806.
HSL color Cylindrical-coordinate representation of color #F65BAE: hue angle of 327.87º 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 #F65BAE is Cyan = 0, Magento = 0.63, Yellow = 0.29 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 91 | 174 | - |
| CMYK | 0 | 0.63 | 0.29 | 0.04 |
| HSL | 327.87º | 0.9% | 0.66% | - |
| HSV(B) | 327.87º | 0.63% | 0.96% | - |
| XYZ | 49.39 | 30.13 | 43.26 | - |
| YUV | 146.81 | 143.35 | 198.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 91 | 174 | 0 | 0.63 | 0.29 | 0.04 | 327.87 | 0.9 | 0.66 |
| Hex | F6 | 5B | AE | 0 | 3F | 1D | 4 | 148 | 5A | 42 |
| Octal | 366 | 133 | 256 | 0 | 77 | 35 | 4 | 510 | 132 | 102 |
| Binary | 11110110 | 1011011 | 10101110 | 0 | 111111 | 11101 | 100 | 101001000 | 1011010 | 1000010 |
Color Harmonies of #F65BAE
Complementary color
Monochromatic Colors of #F65BAE
Black with #F65BAE
Text Example
Text Example
White with #F65BAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F65BAE; }
p { color: rgb(246,91,174); }
H1.HeaderClassName
{
color: #F65BAE;
}
.AnyTagClassName
{
color: #F65BAE;
}
</style>
background-color css
<style>
a { background-color: #F65BAE; }
a { background-color: rgb(246,91,174); }
div.DivClassName
{
background-color: #F65BAE;
}
.BgClassName
{
background-color: #F65BAE;
}
</style>
border-color css
<style>
span { border-color: #F65BAE; }
span { border-color: rgb(246,91,174); }
td.TdClassName
{
border-color: #F65BAE;
}
.TagClassName
{
border-color: #F65BAE;
}
</style>