Shades of Brilliant Rose #F65B9B
Tints of Brilliant Rose #F65B9B
RGB
CMYK
RGB Variations
Color information
#F65B9B (or 0xF65B9B) is known color: Brilliant Rose. HEX triplet: F6, 5B and 9B. RGB value is (246,91,155). Sum of RGB (Red+Green+Blue) = 246+91+155=492 (65% of max value = 765). Red value is 246 (96.48% from 255 or 50% from 492); Green value is 91 (35.94% from 255 or 18.50% from 492); Blue value is 155 (60.94% from 255 or 31.50% from 492); Max value from RGB is 246 - color contains mainly: red. Hex color #F65B9B is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F65B9B is #09A464. Grayscale: #909090. Windows color (decimal): -631909 or 10181622. OLE color: 10181622.
HSL color Cylindrical-coordinate representation of color #F65B9B: hue angle of 335.23º 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 #F65B9B is Cyan = 0, Magento = 0.63, Yellow = 0.37 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 91 | 155 | - |
| CMYK | 0 | 0.63 | 0.37 | 0.04 |
| HSL | 335.23º | 0.9% | 0.66% | - |
| HSV(B) | 335.23º | 0.63% | 0.96% | - |
| XYZ | 47.66 | 29.44 | 34.18 | - |
| YUV | 144.64 | 133.85 | 200.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 91 | 155 | 0 | 0.63 | 0.37 | 0.04 | 335.23 | 0.9 | 0.66 |
| Hex | F6 | 5B | 9B | 0 | 3F | 25 | 4 | 14F | 5A | 42 |
| Octal | 366 | 133 | 233 | 0 | 77 | 45 | 4 | 517 | 132 | 102 |
| Binary | 11110110 | 1011011 | 10011011 | 0 | 111111 | 100101 | 100 | 101001111 | 1011010 | 1000010 |
Color Harmonies of #F65B9B
Complementary color
Monochromatic Colors of #F65B9B
Black with #F65B9B
Text Example
Text Example
White with #F65B9B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F65B9B; }
p { color: rgb(246,91,155); }
H1.HeaderClassName
{
color: #F65B9B;
}
.AnyTagClassName
{
color: #F65B9B;
}
</style>
background-color css
<style>
a { background-color: #F65B9B; }
a { background-color: rgb(246,91,155); }
div.DivClassName
{
background-color: #F65B9B;
}
.BgClassName
{
background-color: #F65B9B;
}
</style>
border-color css
<style>
span { border-color: #F65B9B; }
span { border-color: rgb(246,91,155); }
td.TdClassName
{
border-color: #F65B9B;
}
.TagClassName
{
border-color: #F65B9B;
}
</style>