Shades of Brilliant Rose #F64DB5
Tints of Brilliant Rose #F64DB5
RGB
CMYK
RGB Variations
Color information
#F64DB5 (or 0xF64DB5) is known color: Brilliant Rose. HEX triplet: F6, 4D and B5. RGB value is (246,77,181). Sum of RGB (Red+Green+Blue) = 246+77+181=504 (66% of max value = 765). Red value is 246 (96.48% from 255 or 48.81% from 504); Green value is 77 (30.47% from 255 or 15.28% from 504); Blue value is 181 (71.09% from 255 or 35.91% from 504); Max value from RGB is 246 - color contains mainly: red. Hex color #F64DB5 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F64DB5 is #09B24A. Grayscale: #8B8B8B. Windows color (decimal): -635467 or 11881974. OLE color: 11881974.
HSL color Cylindrical-coordinate representation of color #F64DB5: hue angle of 323.08º 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 #F64DB5 is Cyan = 0, Magento = 0.69, Yellow = 0.26 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 77 | 181 | - |
| CMYK | 0 | 0.69 | 0.26 | 0.04 |
| HSL | 323.08º | 0.9% | 0.63% | - |
| HSV(B) | 323.08º | 0.69% | 0.96% | - |
| XYZ | 49 | 28.24 | 46.58 | - |
| YUV | 139.39 | 151.49 | 204.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 77 | 181 | 0 | 0.69 | 0.26 | 0.04 | 323.08 | 0.9 | 0.63 |
| Hex | F6 | 4D | B5 | 0 | 45 | 1A | 4 | 143 | 5A | 3F |
| Octal | 366 | 115 | 265 | 0 | 105 | 32 | 4 | 503 | 132 | 77 |
| Binary | 11110110 | 1001101 | 10110101 | 0 | 1000101 | 11010 | 100 | 101000011 | 1011010 | 111111 |
Color Harmonies of #F64DB5
Complementary color
Monochromatic Colors of #F64DB5
Black with #F64DB5
Text Example
Text Example
White with #F64DB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F64DB5; }
p { color: rgb(246,77,181); }
H1.HeaderClassName
{
color: #F64DB5;
}
.AnyTagClassName
{
color: #F64DB5;
}
</style>
background-color css
<style>
a { background-color: #F64DB5; }
a { background-color: rgb(246,77,181); }
div.DivClassName
{
background-color: #F64DB5;
}
.BgClassName
{
background-color: #F64DB5;
}
</style>
border-color css
<style>
span { border-color: #F64DB5; }
span { border-color: rgb(246,77,181); }
td.TdClassName
{
border-color: #F64DB5;
}
.TagClassName
{
border-color: #F64DB5;
}
</style>