Shades of Brilliant Rose #F553AD
Tints of Brilliant Rose #F553AD
RGB
CMYK
RGB Variations
Color information
#F553AD (or 0xF553AD) is known color: Brilliant Rose. HEX triplet: F5, 53 and AD. RGB value is (245,83,173). Sum of RGB (Red+Green+Blue) = 245+83+173=501 (66% of max value = 765). Red value is 245 (96.09% from 255 or 48.90% from 501); Green value is 83 (32.81% from 255 or 16.57% from 501); Blue value is 173 (67.97% from 255 or 34.53% from 501); Max value from RGB is 245 - color contains mainly: red. Hex color #F553AD is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F553AD is #0AAC52. Grayscale: #8D8D8D. Windows color (decimal): -699475 or 11359221. OLE color: 11359221.
HSL color Cylindrical-coordinate representation of color #F553AD: hue angle of 326.67º 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 #F553AD is Cyan = 0, Magento = 0.66, Yellow = 0.29 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 83 | 173 | - |
| CMYK | 0 | 0.66 | 0.29 | 0.04 |
| HSL | 326.67º | 0.89% | 0.64% | - |
| HSV(B) | 326.67º | 0.66% | 0.96% | - |
| XYZ | 48.29 | 28.62 | 42.51 | - |
| YUV | 141.7 | 145.67 | 201.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 83 | 173 | 0 | 0.66 | 0.29 | 0.04 | 326.67 | 0.89 | 0.64 |
| Hex | F5 | 53 | AD | 0 | 42 | 1D | 4 | 147 | 59 | 40 |
| Octal | 365 | 123 | 255 | 0 | 102 | 35 | 4 | 507 | 131 | 100 |
| Binary | 11110101 | 1010011 | 10101101 | 0 | 1000010 | 11101 | 100 | 101000111 | 1011001 | 1000000 |
Color Harmonies of #F553AD
Complementary color
Monochromatic Colors of #F553AD
Black with #F553AD
Text Example
Text Example
White with #F553AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F553AD; }
p { color: rgb(245,83,173); }
H1.HeaderClassName
{
color: #F553AD;
}
.AnyTagClassName
{
color: #F553AD;
}
</style>
background-color css
<style>
a { background-color: #F553AD; }
a { background-color: rgb(245,83,173); }
div.DivClassName
{
background-color: #F553AD;
}
.BgClassName
{
background-color: #F553AD;
}
</style>
border-color css
<style>
span { border-color: #F553AD; }
span { border-color: rgb(245,83,173); }
td.TdClassName
{
border-color: #F553AD;
}
.TagClassName
{
border-color: #F553AD;
}
</style>