Shades of Brilliant Rose #F553AB
Tints of Brilliant Rose #F553AB
RGB
CMYK
RGB Variations
Color information
#F553AB (or 0xF553AB) is known color: Brilliant Rose. HEX triplet: F5, 53 and AB. RGB value is (245,83,171). Sum of RGB (Red+Green+Blue) = 245+83+171=499 (66% of max value = 765). Red value is 245 (96.09% from 255 or 49.10% from 499); Green value is 83 (32.81% from 255 or 16.63% from 499); Blue value is 171 (67.19% from 255 or 34.27% from 499); Max value from RGB is 245 - color contains mainly: red. Hex color #F553AB is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F553AB is #0AAC54. Grayscale: #8D8D8D. Windows color (decimal): -699477 or 11228149. OLE color: 11228149.
HSL color Cylindrical-coordinate representation of color #F553AB: hue angle of 327.41º degrees, saturation: 0.89, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #F553AB is Cyan = 0, Magento = 0.66, Yellow = 0.30 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 83 | 171 | - |
| CMYK | 0 | 0.66 | 0.30 | 0.04 |
| HSL | 327.41º | 0.89% | 0.64% | - |
| HSV(B) | 327.41º | 0.66% | 0.96% | - |
| XYZ | 48.1 | 28.54 | 41.5 | - |
| YUV | 141.47 | 144.67 | 201.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 83 | 171 | 0 | 0.66 | 0.30 | 0.04 | 327.41 | 0.89 | 0.64 |
| Hex | F5 | 53 | AB | 0 | 42 | 1E | 4 | 147 | 59 | 40 |
| Octal | 365 | 123 | 253 | 0 | 102 | 36 | 4 | 507 | 131 | 100 |
| Binary | 11110101 | 1010011 | 10101011 | 0 | 1000010 | 11110 | 100 | 101000111 | 1011001 | 1000000 |
Color Harmonies of #F553AB
Complementary color
Monochromatic Colors of #F553AB
Black with #F553AB
Text Example
Text Example
White with #F553AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F553AB; }
p { color: rgb(245,83,171); }
H1.HeaderClassName
{
color: #F553AB;
}
.AnyTagClassName
{
color: #F553AB;
}
</style>
background-color css
<style>
a { background-color: #F553AB; }
a { background-color: rgb(245,83,171); }
div.DivClassName
{
background-color: #F553AB;
}
.BgClassName
{
background-color: #F553AB;
}
</style>
border-color css
<style>
span { border-color: #F553AB; }
span { border-color: rgb(245,83,171); }
td.TdClassName
{
border-color: #F553AB;
}
.TagClassName
{
border-color: #F553AB;
}
</style>