Shades of Brilliant Rose #F64BB8
Tints of Brilliant Rose #F64BB8
RGB
CMYK
RGB Variations
Color information
#F64BB8 (or 0xF64BB8) is known color: Brilliant Rose. HEX triplet: F6, 4B and B8. RGB value is (246,75,184). Sum of RGB (Red+Green+Blue) = 246+75+184=505 (66% of max value = 765). Red value is 246 (96.48% from 255 or 48.71% from 505); Green value is 75 (29.69% from 255 or 14.85% from 505); Blue value is 184 (72.27% from 255 or 36.44% from 505); Max value from RGB is 246 - color contains mainly: red. Hex color #F64BB8 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F64BB8 is #09B447. Grayscale: #8A8A8A. Windows color (decimal): -635976 or 12078070. OLE color: 12078070.
HSL color Cylindrical-coordinate representation of color #F64BB8: hue angle of 321.75º degrees, saturation: 0.9, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #F64BB8 is Cyan = 0, Magento = 0.70, Yellow = 0.25 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 75 | 184 | - |
| CMYK | 0 | 0.70 | 0.25 | 0.04 |
| HSL | 321.75º | 0.9% | 0.63% | - |
| HSV(B) | 321.75º | 0.7% | 0.96% | - |
| XYZ | 49.17 | 28.09 | 48.18 | - |
| YUV | 138.56 | 153.65 | 204.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 75 | 184 | 0 | 0.70 | 0.25 | 0.04 | 321.75 | 0.9 | 0.63 |
| Hex | F6 | 4B | B8 | 0 | 46 | 19 | 4 | 142 | 5A | 3F |
| Octal | 366 | 113 | 270 | 0 | 106 | 31 | 4 | 502 | 132 | 77 |
| Binary | 11110110 | 1001011 | 10111000 | 0 | 1000110 | 11001 | 100 | 101000010 | 1011010 | 111111 |
Color Harmonies of #F64BB8
Complementary color
Monochromatic Colors of #F64BB8
Black with #F64BB8
Text Example
Text Example
White with #F64BB8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F64BB8; }
p { color: rgb(246,75,184); }
H1.HeaderClassName
{
color: #F64BB8;
}
.AnyTagClassName
{
color: #F64BB8;
}
</style>
background-color css
<style>
a { background-color: #F64BB8; }
a { background-color: rgb(246,75,184); }
div.DivClassName
{
background-color: #F64BB8;
}
.BgClassName
{
background-color: #F64BB8;
}
</style>
border-color css
<style>
span { border-color: #F64BB8; }
span { border-color: rgb(246,75,184); }
td.TdClassName
{
border-color: #F64BB8;
}
.TagClassName
{
border-color: #F64BB8;
}
</style>