Shades of Brilliant Rose #F64BAC
Tints of Brilliant Rose #F64BAC
RGB
CMYK
RGB Variations
Color information
#F64BAC (or 0xF64BAC) is known color: Brilliant Rose. HEX triplet: F6, 4B and AC. RGB value is (246,75,172). Sum of RGB (Red+Green+Blue) = 246+75+172=493 (65% of max value = 765). Red value is 246 (96.48% from 255 or 49.90% from 493); Green value is 75 (29.69% from 255 or 15.21% from 493); Blue value is 172 (67.58% from 255 or 34.89% from 493); Max value from RGB is 246 - color contains mainly: red. Hex color #F64BAC is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F64BAC is #09B453. Grayscale: #888888. Windows color (decimal): -635988 or 11291638. OLE color: 11291638.
HSL color Cylindrical-coordinate representation of color #F64BAC: hue angle of 325.96º 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 #F64BAC is Cyan = 0, Magento = 0.70, Yellow = 0.30 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 75 | 172 | - |
| CMYK | 0 | 0.70 | 0.30 | 0.04 |
| HSL | 325.96º | 0.9% | 0.63% | - |
| HSV(B) | 325.96º | 0.7% | 0.96% | - |
| XYZ | 47.97 | 27.6 | 41.83 | - |
| YUV | 137.19 | 147.65 | 205.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 75 | 172 | 0 | 0.70 | 0.30 | 0.04 | 325.96 | 0.9 | 0.63 |
| Hex | F6 | 4B | AC | 0 | 46 | 1E | 4 | 146 | 5A | 3F |
| Octal | 366 | 113 | 254 | 0 | 106 | 36 | 4 | 506 | 132 | 77 |
| Binary | 11110110 | 1001011 | 10101100 | 0 | 1000110 | 11110 | 100 | 101000110 | 1011010 | 111111 |
Color Harmonies of #F64BAC
Complementary color
Monochromatic Colors of #F64BAC
Black with #F64BAC
Text Example
Text Example
White with #F64BAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F64BAC; }
p { color: rgb(246,75,172); }
H1.HeaderClassName
{
color: #F64BAC;
}
.AnyTagClassName
{
color: #F64BAC;
}
</style>
background-color css
<style>
a { background-color: #F64BAC; }
a { background-color: rgb(246,75,172); }
div.DivClassName
{
background-color: #F64BAC;
}
.BgClassName
{
background-color: #F64BAC;
}
</style>
border-color css
<style>
span { border-color: #F64BAC; }
span { border-color: rgb(246,75,172); }
td.TdClassName
{
border-color: #F64BAC;
}
.TagClassName
{
border-color: #F64BAC;
}
</style>