Shades of Brilliant Rose #F65B9A
Tints of Brilliant Rose #F65B9A
RGB
CMYK
RGB Variations
Color information
#F65B9A (or 0xF65B9A) is known color: Brilliant Rose. HEX triplet: F6, 5B and 9A. RGB value is (246,91,154). Sum of RGB (Red+Green+Blue) = 246+91+154=491 (65% of max value = 765). Red value is 246 (96.48% from 255 or 50.10% from 491); Green value is 91 (35.94% from 255 or 18.53% from 491); Blue value is 154 (60.55% from 255 or 31.36% from 491); Max value from RGB is 246 - color contains mainly: red. Hex color #F65B9A is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F65B9A is #09A465. Grayscale: #909090. Windows color (decimal): -631910 or 10116086. OLE color: 10116086.
HSL color Cylindrical-coordinate representation of color #F65B9A: hue angle of 335.61º 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 #F65B9A is Cyan = 0, Magento = 0.63, Yellow = 0.37 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 91 | 154 | - |
| CMYK | 0 | 0.63 | 0.37 | 0.04 |
| HSL | 335.61º | 0.9% | 0.66% | - |
| HSV(B) | 335.61º | 0.63% | 0.96% | - |
| XYZ | 47.58 | 29.41 | 33.74 | - |
| YUV | 144.53 | 133.35 | 200.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 91 | 154 | 0 | 0.63 | 0.37 | 0.04 | 335.61 | 0.9 | 0.66 |
| Hex | F6 | 5B | 9A | 0 | 3F | 25 | 4 | 150 | 5A | 42 |
| Octal | 366 | 133 | 232 | 0 | 77 | 45 | 4 | 520 | 132 | 102 |
| Binary | 11110110 | 1011011 | 10011010 | 0 | 111111 | 100101 | 100 | 101010000 | 1011010 | 1000010 |
Color Harmonies of #F65B9A
Complementary color
Monochromatic Colors of #F65B9A
Black with #F65B9A
Text Example
Text Example
White with #F65B9A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F65B9A; }
p { color: rgb(246,91,154); }
H1.HeaderClassName
{
color: #F65B9A;
}
.AnyTagClassName
{
color: #F65B9A;
}
</style>
background-color css
<style>
a { background-color: #F65B9A; }
a { background-color: rgb(246,91,154); }
div.DivClassName
{
background-color: #F65B9A;
}
.BgClassName
{
background-color: #F65B9A;
}
</style>
border-color css
<style>
span { border-color: #F65B9A; }
span { border-color: rgb(246,91,154); }
td.TdClassName
{
border-color: #F65B9A;
}
.TagClassName
{
border-color: #F65B9A;
}
</style>