Shades of Brilliant Rose #F456AB
Tints of Brilliant Rose #F456AB
RGB
CMYK
RGB Variations
Color information
#F456AB (or 0xF456AB) is known color: Brilliant Rose. HEX triplet: F4, 56 and AB. RGB value is (244,86,171). Sum of RGB (Red+Green+Blue) = 244+86+171=501 (66% of max value = 765). Red value is 244 (95.70% from 255 or 48.70% from 501); Green value is 86 (33.98% from 255 or 17.17% from 501); Blue value is 171 (67.19% from 255 or 34.13% from 501); Max value from RGB is 244 - color contains mainly: red. Hex color #F456AB is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F456AB is #0BA954. Grayscale: #8E8E8E. Windows color (decimal): -764245 or 11228916. OLE color: 11228916.
HSL color Cylindrical-coordinate representation of color #F456AB: hue angle of 327.72º degrees, saturation: 0.88, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #F456AB is Cyan = 0, Magento = 0.65, Yellow = 0.30 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 86 | 171 | - |
| CMYK | 0 | 0.65 | 0.30 | 0.04 |
| HSL | 327.72º | 0.88% | 0.65% | - |
| HSV(B) | 327.72º | 0.65% | 0.96% | - |
| XYZ | 47.99 | 28.83 | 41.56 | - |
| YUV | 142.93 | 143.85 | 200.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 86 | 171 | 0 | 0.65 | 0.30 | 0.04 | 327.72 | 0.88 | 0.65 |
| Hex | F4 | 56 | AB | 0 | 41 | 1E | 4 | 148 | 58 | 41 |
| Octal | 364 | 126 | 253 | 0 | 101 | 36 | 4 | 510 | 130 | 101 |
| Binary | 11110100 | 1010110 | 10101011 | 0 | 1000001 | 11110 | 100 | 101001000 | 1011000 | 1000001 |
Color Harmonies of #F456AB
Complementary color
Monochromatic Colors of #F456AB
Black with #F456AB
Text Example
Text Example
White with #F456AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F456AB; }
p { color: rgb(244,86,171); }
H1.HeaderClassName
{
color: #F456AB;
}
.AnyTagClassName
{
color: #F456AB;
}
</style>
background-color css
<style>
a { background-color: #F456AB; }
a { background-color: rgb(244,86,171); }
div.DivClassName
{
background-color: #F456AB;
}
.BgClassName
{
background-color: #F456AB;
}
</style>
border-color css
<style>
span { border-color: #F456AB; }
span { border-color: rgb(244,86,171); }
td.TdClassName
{
border-color: #F456AB;
}
.TagClassName
{
border-color: #F456AB;
}
</style>