Shades of Brilliant Rose #F65399
Tints of Brilliant Rose #F65399
RGB
CMYK
RGB Variations
Color information
#F65399 (or 0xF65399) is known color: Brilliant Rose. HEX triplet: F6, 53 and 99. RGB value is (246,83,153). Sum of RGB (Red+Green+Blue) = 246+83+153=482 (63% of max value = 765). Red value is 246 (96.48% from 255 or 51.04% from 482); Green value is 83 (32.81% from 255 or 17.22% from 482); Blue value is 153 (60.16% from 255 or 31.74% from 482); Max value from RGB is 246 - color contains mainly: red. Hex color #F65399 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F65399 is #09AC66. Grayscale: #8B8B8B. Windows color (decimal): -633959 or 10048502. OLE color: 10048502.
HSL color Cylindrical-coordinate representation of color #F65399: hue angle of 334.23º degrees, saturation: 0.9, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #F65399 is Cyan = 0, Magento = 0.66, Yellow = 0.38 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 83 | 153 | - |
| CMYK | 0 | 0.66 | 0.38 | 0.04 |
| HSL | 334.23º | 0.9% | 0.65% | - |
| HSV(B) | 334.23º | 0.66% | 0.96% | - |
| XYZ | 46.85 | 28.08 | 33.09 | - |
| YUV | 139.72 | 135.5 | 203.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 83 | 153 | 0 | 0.66 | 0.38 | 0.04 | 334.23 | 0.9 | 0.65 |
| Hex | F6 | 53 | 99 | 0 | 42 | 26 | 4 | 14E | 5A | 41 |
| Octal | 366 | 123 | 231 | 0 | 102 | 46 | 4 | 516 | 132 | 101 |
| Binary | 11110110 | 1010011 | 10011001 | 0 | 1000010 | 100110 | 100 | 101001110 | 1011010 | 1000001 |
Color Harmonies of #F65399
Complementary color
Monochromatic Colors of #F65399
Black with #F65399
Text Example
Text Example
White with #F65399
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F65399; }
p { color: rgb(246,83,153); }
H1.HeaderClassName
{
color: #F65399;
}
.AnyTagClassName
{
color: #F65399;
}
</style>
background-color css
<style>
a { background-color: #F65399; }
a { background-color: rgb(246,83,153); }
div.DivClassName
{
background-color: #F65399;
}
.BgClassName
{
background-color: #F65399;
}
</style>
border-color css
<style>
span { border-color: #F65399; }
span { border-color: rgb(246,83,153); }
td.TdClassName
{
border-color: #F65399;
}
.TagClassName
{
border-color: #F65399;
}
</style>