Shades of Brilliant Rose #F554AB
Tints of Brilliant Rose #F554AB
RGB
CMYK
RGB Variations
Color information
#F554AB (or 0xF554AB) is known color: Brilliant Rose. HEX triplet: F5, 54 and AB. RGB value is (245,84,171). Sum of RGB (Red+Green+Blue) = 245+84+171=500 (66% of max value = 765). Red value is 245 (96.09% from 255 or 49% from 500); Green value is 84 (33.20% from 255 or 16.8% from 500); Blue value is 171 (67.19% from 255 or 34.2% from 500); Max value from RGB is 245 - color contains mainly: red. Hex color #F554AB is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F554AB is #0AAB54. Grayscale: #8D8D8D. Windows color (decimal): -699221 or 11228405. OLE color: 11228405.
HSL color Cylindrical-coordinate representation of color #F554AB: hue angle of 327.58º degrees, saturation: 0.89, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #F554AB is Cyan = 0, Magento = 0.66, Yellow = 0.30 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 84 | 171 | - |
| CMYK | 0 | 0.66 | 0.30 | 0.04 |
| HSL | 327.58º | 0.89% | 0.65% | - |
| HSV(B) | 327.58º | 0.66% | 0.96% | - |
| XYZ | 48.18 | 28.69 | 41.53 | - |
| YUV | 142.06 | 144.34 | 201.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 84 | 171 | 0 | 0.66 | 0.30 | 0.04 | 327.58 | 0.89 | 0.65 |
| Hex | F5 | 54 | AB | 0 | 42 | 1E | 4 | 148 | 59 | 41 |
| Octal | 365 | 124 | 253 | 0 | 102 | 36 | 4 | 510 | 131 | 101 |
| Binary | 11110101 | 1010100 | 10101011 | 0 | 1000010 | 11110 | 100 | 101001000 | 1011001 | 1000001 |
Color Harmonies of #F554AB
Complementary color
Monochromatic Colors of #F554AB
Black with #F554AB
Text Example
Text Example
White with #F554AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F554AB; }
p { color: rgb(245,84,171); }
H1.HeaderClassName
{
color: #F554AB;
}
.AnyTagClassName
{
color: #F554AB;
}
</style>
background-color css
<style>
a { background-color: #F554AB; }
a { background-color: rgb(245,84,171); }
div.DivClassName
{
background-color: #F554AB;
}
.BgClassName
{
background-color: #F554AB;
}
</style>
border-color css
<style>
span { border-color: #F554AB; }
span { border-color: rgb(245,84,171); }
td.TdClassName
{
border-color: #F554AB;
}
.TagClassName
{
border-color: #F554AB;
}
</style>