Shades of Brilliant Rose #F544AD
Tints of Brilliant Rose #F544AD
RGB
CMYK
RGB Variations
Color information
#F544AD (or 0xF544AD) is known color: Brilliant Rose. HEX triplet: F5, 44 and AD. RGB value is (245,68,173). Sum of RGB (Red+Green+Blue) = 245+68+173=486 (64% of max value = 765). Red value is 245 (96.09% from 255 or 50.41% from 486); Green value is 68 (26.95% from 255 or 13.99% from 486); Blue value is 173 (67.97% from 255 or 35.60% from 486); Max value from RGB is 245 - color contains mainly: red. Hex color #F544AD is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F544AD is #0ABB52. Grayscale: #848484. Windows color (decimal): -703315 or 11355381. OLE color: 11355381.
HSL color Cylindrical-coordinate representation of color #F544AD: hue angle of 324.41º degrees, saturation: 0.9, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #F544AD is Cyan = 0, Magento = 0.72, Yellow = 0.29 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 68 | 173 | - |
| CMYK | 0 | 0.72 | 0.29 | 0.04 |
| HSL | 324.41º | 0.9% | 0.61% | - |
| HSV(B) | 324.41º | 0.72% | 0.96% | - |
| XYZ | 47.27 | 26.56 | 42.17 | - |
| YUV | 132.89 | 150.64 | 207.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 68 | 173 | 0 | 0.72 | 0.29 | 0.04 | 324.41 | 0.9 | 0.61 |
| Hex | F5 | 44 | AD | 0 | 48 | 1D | 4 | 144 | 5A | 3D |
| Octal | 365 | 104 | 255 | 0 | 110 | 35 | 4 | 504 | 132 | 75 |
| Binary | 11110101 | 1000100 | 10101101 | 0 | 1001000 | 11101 | 100 | 101000100 | 1011010 | 111101 |
Color Harmonies of #F544AD
Complementary color
Monochromatic Colors of #F544AD
Black with #F544AD
Text Example
Text Example
White with #F544AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F544AD; }
p { color: rgb(245,68,173); }
H1.HeaderClassName
{
color: #F544AD;
}
.AnyTagClassName
{
color: #F544AD;
}
</style>
background-color css
<style>
a { background-color: #F544AD; }
a { background-color: rgb(245,68,173); }
div.DivClassName
{
background-color: #F544AD;
}
.BgClassName
{
background-color: #F544AD;
}
</style>
border-color css
<style>
span { border-color: #F544AD; }
span { border-color: rgb(245,68,173); }
td.TdClassName
{
border-color: #F544AD;
}
.TagClassName
{
border-color: #F544AD;
}
</style>