Shades of Brilliant Rose #F548AD
Tints of Brilliant Rose #F548AD
RGB
CMYK
RGB Variations
Color information
#F548AD (or 0xF548AD) is known color: Brilliant Rose. HEX triplet: F5, 48 and AD. RGB value is (245,72,173). Sum of RGB (Red+Green+Blue) = 245+72+173=490 (64% of max value = 765). Red value is 245 (96.09% from 255 or 50% from 490); Green value is 72 (28.52% from 255 or 14.69% from 490); Blue value is 173 (67.97% from 255 or 35.31% from 490); Max value from RGB is 245 - color contains mainly: red. Hex color #F548AD is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F548AD is #0AB752. Grayscale: #878787. Windows color (decimal): -702291 or 11356405. OLE color: 11356405.
HSL color Cylindrical-coordinate representation of color #F548AD: hue angle of 324.97º degrees, saturation: 0.9, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #F548AD is Cyan = 0, Magento = 0.71, Yellow = 0.29 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 72 | 173 | - |
| CMYK | 0 | 0.71 | 0.29 | 0.04 |
| HSL | 324.97º | 0.9% | 0.62% | - |
| HSV(B) | 324.97º | 0.71% | 0.96% | - |
| XYZ | 47.52 | 27.06 | 42.25 | - |
| YUV | 135.24 | 149.31 | 206.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 72 | 173 | 0 | 0.71 | 0.29 | 0.04 | 324.97 | 0.9 | 0.62 |
| Hex | F5 | 48 | AD | 0 | 47 | 1D | 4 | 145 | 5A | 3E |
| Octal | 365 | 110 | 255 | 0 | 107 | 35 | 4 | 505 | 132 | 76 |
| Binary | 11110101 | 1001000 | 10101101 | 0 | 1000111 | 11101 | 100 | 101000101 | 1011010 | 111110 |
Color Harmonies of #F548AD
Complementary color
Monochromatic Colors of #F548AD
Black with #F548AD
Text Example
Text Example
White with #F548AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F548AD; }
p { color: rgb(245,72,173); }
H1.HeaderClassName
{
color: #F548AD;
}
.AnyTagClassName
{
color: #F548AD;
}
</style>
background-color css
<style>
a { background-color: #F548AD; }
a { background-color: rgb(245,72,173); }
div.DivClassName
{
background-color: #F548AD;
}
.BgClassName
{
background-color: #F548AD;
}
</style>
border-color css
<style>
span { border-color: #F548AD; }
span { border-color: rgb(245,72,173); }
td.TdClassName
{
border-color: #F548AD;
}
.TagClassName
{
border-color: #F548AD;
}
</style>