Shades of Brilliant Rose #F65199
Tints of Brilliant Rose #F65199
RGB
CMYK
RGB Variations
Color information
#F65199 (or 0xF65199) is known color: Brilliant Rose. HEX triplet: F6, 51 and 99. RGB value is (246,81,153). Sum of RGB (Red+Green+Blue) = 246+81+153=480 (63% of max value = 765). Red value is 246 (96.48% from 255 or 51.25% from 480); Green value is 81 (32.03% from 255 or 16.88% from 480); Blue value is 153 (60.16% from 255 or 31.88% from 480); Max value from RGB is 246 - color contains mainly: red. Hex color #F65199 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F65199 is #09AE66. Grayscale: #8A8A8A. Windows color (decimal): -634471 or 10047990. OLE color: 10047990.
HSL color Cylindrical-coordinate representation of color #F65199: hue angle of 333.82º degrees, saturation: 0.9, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #F65199 is Cyan = 0, Magento = 0.67, Yellow = 0.38 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 81 | 153 | - |
| CMYK | 0 | 0.67 | 0.38 | 0.04 |
| HSL | 333.82º | 0.9% | 0.64% | - |
| HSV(B) | 333.82º | 0.67% | 0.96% | - |
| XYZ | 46.7 | 27.78 | 33.04 | - |
| YUV | 138.54 | 136.16 | 204.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 81 | 153 | 0 | 0.67 | 0.38 | 0.04 | 333.82 | 0.9 | 0.64 |
| Hex | F6 | 51 | 99 | 0 | 43 | 26 | 4 | 14E | 5A | 40 |
| Octal | 366 | 121 | 231 | 0 | 103 | 46 | 4 | 516 | 132 | 100 |
| Binary | 11110110 | 1010001 | 10011001 | 0 | 1000011 | 100110 | 100 | 101001110 | 1011010 | 1000000 |
Color Harmonies of #F65199
Complementary color
Monochromatic Colors of #F65199
Black with #F65199
Text Example
Text Example
White with #F65199
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F65199; }
p { color: rgb(246,81,153); }
H1.HeaderClassName
{
color: #F65199;
}
.AnyTagClassName
{
color: #F65199;
}
</style>
background-color css
<style>
a { background-color: #F65199; }
a { background-color: rgb(246,81,153); }
div.DivClassName
{
background-color: #F65199;
}
.BgClassName
{
background-color: #F65199;
}
</style>
border-color css
<style>
span { border-color: #F65199; }
span { border-color: rgb(246,81,153); }
td.TdClassName
{
border-color: #F65199;
}
.TagClassName
{
border-color: #F65199;
}
</style>