Shades of Brilliant Rose #F455AB
Tints of Brilliant Rose #F455AB
RGB
CMYK
RGB Variations
Color information
#F455AB (or 0xF455AB) is known color: Brilliant Rose. HEX triplet: F4, 55 and AB. RGB value is (244,85,171). Sum of RGB (Red+Green+Blue) = 244+85+171=500 (66% of max value = 765). Red value is 244 (95.70% from 255 or 48.8% from 500); Green value is 85 (33.59% from 255 or 17% from 500); Blue value is 171 (67.19% from 255 or 34.2% from 500); Max value from RGB is 244 - color contains mainly: red. Hex color #F455AB is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F455AB is #0BAA54. Grayscale: #8E8E8E. Windows color (decimal): -764501 or 11228660. OLE color: 11228660.
HSL color Cylindrical-coordinate representation of color #F455AB: hue angle of 327.55º 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 #F455AB is Cyan = 0, Magento = 0.65, Yellow = 0.30 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 85 | 171 | - |
| CMYK | 0 | 0.65 | 0.30 | 0.04 |
| HSL | 327.55º | 0.88% | 0.65% | - |
| HSV(B) | 327.55º | 0.65% | 0.96% | - |
| XYZ | 47.91 | 28.67 | 41.54 | - |
| YUV | 142.35 | 144.18 | 200.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 85 | 171 | 0 | 0.65 | 0.30 | 0.04 | 327.55 | 0.88 | 0.65 |
| Hex | F4 | 55 | AB | 0 | 41 | 1E | 4 | 148 | 58 | 41 |
| Octal | 364 | 125 | 253 | 0 | 101 | 36 | 4 | 510 | 130 | 101 |
| Binary | 11110100 | 1010101 | 10101011 | 0 | 1000001 | 11110 | 100 | 101001000 | 1011000 | 1000001 |
Color Harmonies of #F455AB
Complementary color
Monochromatic Colors of #F455AB
Black with #F455AB
Text Example
Text Example
White with #F455AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F455AB; }
p { color: rgb(244,85,171); }
H1.HeaderClassName
{
color: #F455AB;
}
.AnyTagClassName
{
color: #F455AB;
}
</style>
background-color css
<style>
a { background-color: #F455AB; }
a { background-color: rgb(244,85,171); }
div.DivClassName
{
background-color: #F455AB;
}
.BgClassName
{
background-color: #F455AB;
}
</style>
border-color css
<style>
span { border-color: #F455AB; }
span { border-color: rgb(244,85,171); }
td.TdClassName
{
border-color: #F455AB;
}
.TagClassName
{
border-color: #F455AB;
}
</style>