Shades of Brilliant Rose #F64AAC
Tints of Brilliant Rose #F64AAC
RGB
CMYK
RGB Variations
Color information
#F64AAC (or 0xF64AAC) is known color: Brilliant Rose. HEX triplet: F6, 4A and AC. RGB value is (246,74,172). Sum of RGB (Red+Green+Blue) = 246+74+172=492 (65% of max value = 765). Red value is 246 (96.48% from 255 or 50% from 492); Green value is 74 (29.30% from 255 or 15.04% from 492); Blue value is 172 (67.58% from 255 or 34.96% from 492); Max value from RGB is 246 - color contains mainly: red. Hex color #F64AAC is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F64AAC is #09B553. Grayscale: #888888. Windows color (decimal): -636244 or 11291382. OLE color: 11291382.
HSL color Cylindrical-coordinate representation of color #F64AAC: hue angle of 325.81º degrees, saturation: 0.91, 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 #F64AAC is Cyan = 0, Magento = 0.70, Yellow = 0.30 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 74 | 172 | - |
| CMYK | 0 | 0.70 | 0.30 | 0.04 |
| HSL | 325.81º | 0.91% | 0.63% | - |
| HSV(B) | 325.81º | 0.7% | 0.96% | - |
| XYZ | 47.9 | 27.47 | 41.81 | - |
| YUV | 136.6 | 147.98 | 206.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 74 | 172 | 0 | 0.70 | 0.30 | 0.04 | 325.81 | 0.91 | 0.63 |
| Hex | F6 | 4A | AC | 0 | 46 | 1E | 4 | 146 | 5B | 3F |
| Octal | 366 | 112 | 254 | 0 | 106 | 36 | 4 | 506 | 133 | 77 |
| Binary | 11110110 | 1001010 | 10101100 | 0 | 1000110 | 11110 | 100 | 101000110 | 1011011 | 111111 |
Color Harmonies of #F64AAC
Complementary color
Monochromatic Colors of #F64AAC
Black with #F64AAC
Text Example
Text Example
White with #F64AAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F64AAC; }
p { color: rgb(246,74,172); }
H1.HeaderClassName
{
color: #F64AAC;
}
.AnyTagClassName
{
color: #F64AAC;
}
</style>
background-color css
<style>
a { background-color: #F64AAC; }
a { background-color: rgb(246,74,172); }
div.DivClassName
{
background-color: #F64AAC;
}
.BgClassName
{
background-color: #F64AAC;
}
</style>
border-color css
<style>
span { border-color: #F64AAC; }
span { border-color: rgb(246,74,172); }
td.TdClassName
{
border-color: #F64AAC;
}
.TagClassName
{
border-color: #F64AAC;
}
</style>