Shades of Brilliant Rose #F64F99
Tints of Brilliant Rose #F64F99
RGB
CMYK
RGB Variations
Color information
#F64F99 (or 0xF64F99) is known color: Brilliant Rose. HEX triplet: F6, 4F and 99. RGB value is (246,79,153). Sum of RGB (Red+Green+Blue) = 246+79+153=478 (63% of max value = 765). Red value is 246 (96.48% from 255 or 51.46% from 478); Green value is 79 (31.25% from 255 or 16.53% from 478); Blue value is 153 (60.16% from 255 or 32.01% from 478); Max value from RGB is 246 - color contains mainly: red. Hex color #F64F99 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F64F99 is #09B066. Grayscale: #898989. Windows color (decimal): -634983 or 10047478. OLE color: 10047478.
HSL color Cylindrical-coordinate representation of color #F64F99: hue angle of 333.41º degrees, saturation: 0.9, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #F64F99 is Cyan = 0, Magento = 0.68, Yellow = 0.38 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 79 | 153 | - |
| CMYK | 0 | 0.68 | 0.38 | 0.04 |
| HSL | 333.41º | 0.9% | 0.64% | - |
| HSV(B) | 333.41º | 0.68% | 0.96% | - |
| XYZ | 46.55 | 27.48 | 32.99 | - |
| YUV | 137.37 | 136.83 | 205.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 79 | 153 | 0 | 0.68 | 0.38 | 0.04 | 333.41 | 0.9 | 0.64 |
| Hex | F6 | 4F | 99 | 0 | 44 | 26 | 4 | 14D | 5A | 40 |
| Octal | 366 | 117 | 231 | 0 | 104 | 46 | 4 | 515 | 132 | 100 |
| Binary | 11110110 | 1001111 | 10011001 | 0 | 1000100 | 100110 | 100 | 101001101 | 1011010 | 1000000 |
Color Harmonies of #F64F99
Complementary color
Monochromatic Colors of #F64F99
Black with #F64F99
Text Example
Text Example
White with #F64F99
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F64F99; }
p { color: rgb(246,79,153); }
H1.HeaderClassName
{
color: #F64F99;
}
.AnyTagClassName
{
color: #F64F99;
}
</style>
background-color css
<style>
a { background-color: #F64F99; }
a { background-color: rgb(246,79,153); }
div.DivClassName
{
background-color: #F64F99;
}
.BgClassName
{
background-color: #F64F99;
}
</style>
border-color css
<style>
span { border-color: #F64F99; }
span { border-color: rgb(246,79,153); }
td.TdClassName
{
border-color: #F64F99;
}
.TagClassName
{
border-color: #F64F99;
}
</style>