Shades of Brilliant Rose #F456A3
Tints of Brilliant Rose #F456A3
RGB
CMYK
RGB Variations
Color information
#F456A3 (or 0xF456A3) is known color: Brilliant Rose. HEX triplet: F4, 56 and A3. RGB value is (244,86,163). Sum of RGB (Red+Green+Blue) = 244+86+163=493 (65% of max value = 765). Red value is 244 (95.70% from 255 or 49.49% from 493); Green value is 86 (33.98% from 255 or 17.44% from 493); Blue value is 163 (64.06% from 255 or 33.06% from 493); Max value from RGB is 244 - color contains mainly: red. Hex color #F456A3 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F456A3 is #0BA95C. Grayscale: #8D8D8D. Windows color (decimal): -764253 or 10704628. OLE color: 10704628.
HSL color Cylindrical-coordinate representation of color #F456A3: hue angle of 330.76º 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 #F456A3 is Cyan = 0, Magento = 0.65, Yellow = 0.33 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 86 | 163 | - |
| CMYK | 0 | 0.65 | 0.33 | 0.04 |
| HSL | 330.76º | 0.88% | 0.65% | - |
| HSV(B) | 330.76º | 0.65% | 0.96% | - |
| XYZ | 47.25 | 28.53 | 37.67 | - |
| YUV | 142.02 | 139.85 | 200.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 86 | 163 | 0 | 0.65 | 0.33 | 0.04 | 330.76 | 0.88 | 0.65 |
| Hex | F4 | 56 | A3 | 0 | 41 | 21 | 4 | 14B | 58 | 41 |
| Octal | 364 | 126 | 243 | 0 | 101 | 41 | 4 | 513 | 130 | 101 |
| Binary | 11110100 | 1010110 | 10100011 | 0 | 1000001 | 100001 | 100 | 101001011 | 1011000 | 1000001 |
Color Harmonies of #F456A3
Complementary color
Monochromatic Colors of #F456A3
Black with #F456A3
Text Example
Text Example
White with #F456A3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F456A3; }
p { color: rgb(244,86,163); }
H1.HeaderClassName
{
color: #F456A3;
}
.AnyTagClassName
{
color: #F456A3;
}
</style>
background-color css
<style>
a { background-color: #F456A3; }
a { background-color: rgb(244,86,163); }
div.DivClassName
{
background-color: #F456A3;
}
.BgClassName
{
background-color: #F456A3;
}
</style>
border-color css
<style>
span { border-color: #F456A3; }
span { border-color: rgb(244,86,163); }
td.TdClassName
{
border-color: #F456A3;
}
.TagClassName
{
border-color: #F456A3;
}
</style>