Shades of Brilliant Rose #F64CB5
Tints of Brilliant Rose #F64CB5
RGB
CMYK
RGB Variations
Color information
#F64CB5 (or 0xF64CB5) is known color: Brilliant Rose. HEX triplet: F6, 4C and B5. RGB value is (246,76,181). Sum of RGB (Red+Green+Blue) = 246+76+181=503 (66% of max value = 765). Red value is 246 (96.48% from 255 or 48.91% from 503); Green value is 76 (30.08% from 255 or 15.11% from 503); Blue value is 181 (71.09% from 255 or 35.98% from 503); Max value from RGB is 246 - color contains mainly: red. Hex color #F64CB5 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F64CB5 is #09B34A. Grayscale: #8A8A8A. Windows color (decimal): -635723 or 11881718. OLE color: 11881718.
HSL color Cylindrical-coordinate representation of color #F64CB5: hue angle of 322.94º degrees, saturation: 0.9, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #F64CB5 is Cyan = 0, Magento = 0.69, Yellow = 0.26 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 76 | 181 | - |
| CMYK | 0 | 0.69 | 0.26 | 0.04 |
| HSL | 322.94º | 0.9% | 0.63% | - |
| HSV(B) | 322.94º | 0.69% | 0.96% | - |
| XYZ | 48.93 | 28.1 | 46.56 | - |
| YUV | 138.8 | 151.82 | 204.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 76 | 181 | 0 | 0.69 | 0.26 | 0.04 | 322.94 | 0.9 | 0.63 |
| Hex | F6 | 4C | B5 | 0 | 45 | 1A | 4 | 143 | 5A | 3F |
| Octal | 366 | 114 | 265 | 0 | 105 | 32 | 4 | 503 | 132 | 77 |
| Binary | 11110110 | 1001100 | 10110101 | 0 | 1000101 | 11010 | 100 | 101000011 | 1011010 | 111111 |
Color Harmonies of #F64CB5
Complementary color
Monochromatic Colors of #F64CB5
Black with #F64CB5
Text Example
Text Example
White with #F64CB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F64CB5; }
p { color: rgb(246,76,181); }
H1.HeaderClassName
{
color: #F64CB5;
}
.AnyTagClassName
{
color: #F64CB5;
}
</style>
background-color css
<style>
a { background-color: #F64CB5; }
a { background-color: rgb(246,76,181); }
div.DivClassName
{
background-color: #F64CB5;
}
.BgClassName
{
background-color: #F64CB5;
}
</style>
border-color css
<style>
span { border-color: #F64CB5; }
span { border-color: rgb(246,76,181); }
td.TdClassName
{
border-color: #F64CB5;
}
.TagClassName
{
border-color: #F64CB5;
}
</style>