Shades of Brilliant Rose #F64FB0
Tints of Brilliant Rose #F64FB0
RGB
CMYK
RGB Variations
Color information
#F64FB0 (or 0xF64FB0) is known color: Brilliant Rose. HEX triplet: F6, 4F and B0. RGB value is (246,79,176). Sum of RGB (Red+Green+Blue) = 246+79+176=501 (66% of max value = 765). Red value is 246 (96.48% from 255 or 49.10% from 501); Green value is 79 (31.25% from 255 or 15.77% from 501); Blue value is 176 (69.14% from 255 or 35.13% from 501); Max value from RGB is 246 - color contains mainly: red. Hex color #F64FB0 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F64FB0 is #09B04F. Grayscale: #8B8B8B. Windows color (decimal): -634960 or 11554806. OLE color: 11554806.
HSL color Cylindrical-coordinate representation of color #F64FB0: hue angle of 325.15º 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 #F64FB0 is Cyan = 0, Magento = 0.68, Yellow = 0.28 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 79 | 176 | - |
| CMYK | 0 | 0.68 | 0.28 | 0.04 |
| HSL | 325.15º | 0.9% | 0.64% | - |
| HSV(B) | 325.15º | 0.68% | 0.96% | - |
| XYZ | 48.64 | 28.32 | 43.98 | - |
| YUV | 139.99 | 148.33 | 203.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 79 | 176 | 0 | 0.68 | 0.28 | 0.04 | 325.15 | 0.9 | 0.64 |
| Hex | F6 | 4F | B0 | 0 | 44 | 1C | 4 | 145 | 5A | 40 |
| Octal | 366 | 117 | 260 | 0 | 104 | 34 | 4 | 505 | 132 | 100 |
| Binary | 11110110 | 1001111 | 10110000 | 0 | 1000100 | 11100 | 100 | 101000101 | 1011010 | 1000000 |
Color Harmonies of #F64FB0
Complementary color
Monochromatic Colors of #F64FB0
Black with #F64FB0
Text Example
Text Example
White with #F64FB0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F64FB0; }
p { color: rgb(246,79,176); }
H1.HeaderClassName
{
color: #F64FB0;
}
.AnyTagClassName
{
color: #F64FB0;
}
</style>
background-color css
<style>
a { background-color: #F64FB0; }
a { background-color: rgb(246,79,176); }
div.DivClassName
{
background-color: #F64FB0;
}
.BgClassName
{
background-color: #F64FB0;
}
</style>
border-color css
<style>
span { border-color: #F64FB0; }
span { border-color: rgb(246,79,176); }
td.TdClassName
{
border-color: #F64FB0;
}
.TagClassName
{
border-color: #F64FB0;
}
</style>