Shades of Brilliant Rose #F64FBA
Tints of Brilliant Rose #F64FBA
RGB
CMYK
RGB Variations
Color information
#F64FBA (or 0xF64FBA) is known color: Brilliant Rose. HEX triplet: F6, 4F and BA. RGB value is (246,79,186). Sum of RGB (Red+Green+Blue) = 246+79+186=511 (67% of max value = 765). Red value is 246 (96.48% from 255 or 48.14% from 511); Green value is 79 (31.25% from 255 or 15.46% from 511); Blue value is 186 (73.05% from 255 or 36.40% from 511); Max value from RGB is 246 - color contains mainly: red. Hex color #F64FBA is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F64FBA is #09B045. Grayscale: #8C8C8C. Windows color (decimal): -634950 or 12210166. OLE color: 12210166.
HSL color Cylindrical-coordinate representation of color #F64FBA: hue angle of 321.56º 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 #F64FBA is Cyan = 0, Magento = 0.68, Yellow = 0.24 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 79 | 186 | - |
| CMYK | 0 | 0.68 | 0.24 | 0.04 |
| HSL | 321.56º | 0.9% | 0.64% | - |
| HSV(B) | 321.56º | 0.68% | 0.96% | - |
| XYZ | 49.66 | 28.73 | 49.38 | - |
| YUV | 141.13 | 153.33 | 202.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 79 | 186 | 0 | 0.68 | 0.24 | 0.04 | 321.56 | 0.9 | 0.64 |
| Hex | F6 | 4F | BA | 0 | 44 | 18 | 4 | 142 | 5A | 40 |
| Octal | 366 | 117 | 272 | 0 | 104 | 30 | 4 | 502 | 132 | 100 |
| Binary | 11110110 | 1001111 | 10111010 | 0 | 1000100 | 11000 | 100 | 101000010 | 1011010 | 1000000 |
Color Harmonies of #F64FBA
Complementary color
Monochromatic Colors of #F64FBA
Black with #F64FBA
Text Example
Text Example
White with #F64FBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F64FBA; }
p { color: rgb(246,79,186); }
H1.HeaderClassName
{
color: #F64FBA;
}
.AnyTagClassName
{
color: #F64FBA;
}
</style>
background-color css
<style>
a { background-color: #F64FBA; }
a { background-color: rgb(246,79,186); }
div.DivClassName
{
background-color: #F64FBA;
}
.BgClassName
{
background-color: #F64FBA;
}
</style>
border-color css
<style>
span { border-color: #F64FBA; }
span { border-color: rgb(246,79,186); }
td.TdClassName
{
border-color: #F64FBA;
}
.TagClassName
{
border-color: #F64FBA;
}
</style>