Shades of Brilliant Rose #F64CB8
Tints of Brilliant Rose #F64CB8
RGB
CMYK
RGB Variations
Color information
#F64CB8 (or 0xF64CB8) is known color: Brilliant Rose. HEX triplet: F6, 4C and B8. RGB value is (246,76,184). Sum of RGB (Red+Green+Blue) = 246+76+184=506 (67% of max value = 765). Red value is 246 (96.48% from 255 or 48.62% from 506); Green value is 76 (30.08% from 255 or 15.02% from 506); Blue value is 184 (72.27% from 255 or 36.36% from 506); Max value from RGB is 246 - color contains mainly: red. Hex color #F64CB8 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F64CB8 is #09B347. Grayscale: #8A8A8A. Windows color (decimal): -635720 or 12078326. OLE color: 12078326.
HSL color Cylindrical-coordinate representation of color #F64CB8: hue angle of 321.88º 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 #F64CB8 is Cyan = 0, Magento = 0.69, Yellow = 0.25 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 76 | 184 | - |
| CMYK | 0 | 0.69 | 0.25 | 0.04 |
| HSL | 321.88º | 0.9% | 0.63% | - |
| HSV(B) | 321.88º | 0.69% | 0.96% | - |
| XYZ | 49.24 | 28.22 | 48.2 | - |
| YUV | 139.14 | 153.32 | 204.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 76 | 184 | 0 | 0.69 | 0.25 | 0.04 | 321.88 | 0.9 | 0.63 |
| Hex | F6 | 4C | B8 | 0 | 45 | 19 | 4 | 142 | 5A | 3F |
| Octal | 366 | 114 | 270 | 0 | 105 | 31 | 4 | 502 | 132 | 77 |
| Binary | 11110110 | 1001100 | 10111000 | 0 | 1000101 | 11001 | 100 | 101000010 | 1011010 | 111111 |
Color Harmonies of #F64CB8
Complementary color
Monochromatic Colors of #F64CB8
Black with #F64CB8
Text Example
Text Example
White with #F64CB8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F64CB8; }
p { color: rgb(246,76,184); }
H1.HeaderClassName
{
color: #F64CB8;
}
.AnyTagClassName
{
color: #F64CB8;
}
</style>
background-color css
<style>
a { background-color: #F64CB8; }
a { background-color: rgb(246,76,184); }
div.DivClassName
{
background-color: #F64CB8;
}
.BgClassName
{
background-color: #F64CB8;
}
</style>
border-color css
<style>
span { border-color: #F64CB8; }
span { border-color: rgb(246,76,184); }
td.TdClassName
{
border-color: #F64CB8;
}
.TagClassName
{
border-color: #F64CB8;
}
</style>