Shades of Brilliant Rose #F64DB7
Tints of Brilliant Rose #F64DB7
RGB
CMYK
RGB Variations
Color information
#F64DB7 (or 0xF64DB7) is known color: Brilliant Rose. HEX triplet: F6, 4D and B7. RGB value is (246,77,183). Sum of RGB (Red+Green+Blue) = 246+77+183=506 (67% of max value = 765). Red value is 246 (96.48% from 255 or 48.62% from 506); Green value is 77 (30.47% from 255 or 15.22% from 506); Blue value is 183 (71.88% from 255 or 36.17% from 506); Max value from RGB is 246 - color contains mainly: red. Hex color #F64DB7 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F64DB7 is #09B248. Grayscale: #8B8B8B. Windows color (decimal): -635465 or 12013046. OLE color: 12013046.
HSL color Cylindrical-coordinate representation of color #F64DB7: hue angle of 322.37º 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 #F64DB7 is Cyan = 0, Magento = 0.69, Yellow = 0.26 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 77 | 183 | - |
| CMYK | 0 | 0.69 | 0.26 | 0.04 |
| HSL | 322.37º | 0.9% | 0.63% | - |
| HSV(B) | 322.37º | 0.69% | 0.96% | - |
| XYZ | 49.21 | 28.32 | 47.67 | - |
| YUV | 139.62 | 152.49 | 203.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 77 | 183 | 0 | 0.69 | 0.26 | 0.04 | 322.37 | 0.9 | 0.63 |
| Hex | F6 | 4D | B7 | 0 | 45 | 1A | 4 | 142 | 5A | 3F |
| Octal | 366 | 115 | 267 | 0 | 105 | 32 | 4 | 502 | 132 | 77 |
| Binary | 11110110 | 1001101 | 10110111 | 0 | 1000101 | 11010 | 100 | 101000010 | 1011010 | 111111 |
Color Harmonies of #F64DB7
Complementary color
Monochromatic Colors of #F64DB7
Black with #F64DB7
Text Example
Text Example
White with #F64DB7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F64DB7; }
p { color: rgb(246,77,183); }
H1.HeaderClassName
{
color: #F64DB7;
}
.AnyTagClassName
{
color: #F64DB7;
}
</style>
background-color css
<style>
a { background-color: #F64DB7; }
a { background-color: rgb(246,77,183); }
div.DivClassName
{
background-color: #F64DB7;
}
.BgClassName
{
background-color: #F64DB7;
}
</style>
border-color css
<style>
span { border-color: #F64DB7; }
span { border-color: rgb(246,77,183); }
td.TdClassName
{
border-color: #F64DB7;
}
.TagClassName
{
border-color: #F64DB7;
}
</style>