Shades of Brilliant Rose #F548A1
Tints of Brilliant Rose #F548A1
RGB
CMYK
RGB Variations
Color information
#F548A1 (or 0xF548A1) is known color: Brilliant Rose. HEX triplet: F5, 48 and A1. RGB value is (245,72,161). Sum of RGB (Red+Green+Blue) = 245+72+161=478 (63% of max value = 765). Red value is 245 (96.09% from 255 or 51.26% from 478); Green value is 72 (28.52% from 255 or 15.06% from 478); Blue value is 161 (63.28% from 255 or 33.68% from 478); Max value from RGB is 245 - color contains mainly: red. Hex color #F548A1 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F548A1 is #0AB75E. Grayscale: #858585. Windows color (decimal): -702303 or 10569973. OLE color: 10569973.
HSL color Cylindrical-coordinate representation of color #F548A1: hue angle of 329.13º 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 #F548A1 is Cyan = 0, Magento = 0.71, Yellow = 0.34 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 72 | 161 | - |
| CMYK | 0 | 0.71 | 0.34 | 0.04 |
| HSL | 329.13º | 0.9% | 0.62% | - |
| HSV(B) | 329.13º | 0.71% | 0.96% | - |
| XYZ | 46.41 | 26.62 | 36.41 | - |
| YUV | 133.87 | 143.31 | 207.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 72 | 161 | 0 | 0.71 | 0.34 | 0.04 | 329.13 | 0.9 | 0.62 |
| Hex | F5 | 48 | A1 | 0 | 47 | 22 | 4 | 149 | 5A | 3E |
| Octal | 365 | 110 | 241 | 0 | 107 | 42 | 4 | 511 | 132 | 76 |
| Binary | 11110101 | 1001000 | 10100001 | 0 | 1000111 | 100010 | 100 | 101001001 | 1011010 | 111110 |
Color Harmonies of #F548A1
Complementary color
Monochromatic Colors of #F548A1
Black with #F548A1
Text Example
Text Example
White with #F548A1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F548A1; }
p { color: rgb(245,72,161); }
H1.HeaderClassName
{
color: #F548A1;
}
.AnyTagClassName
{
color: #F548A1;
}
</style>
background-color css
<style>
a { background-color: #F548A1; }
a { background-color: rgb(245,72,161); }
div.DivClassName
{
background-color: #F548A1;
}
.BgClassName
{
background-color: #F548A1;
}
</style>
border-color css
<style>
span { border-color: #F548A1; }
span { border-color: rgb(245,72,161); }
td.TdClassName
{
border-color: #F548A1;
}
.TagClassName
{
border-color: #F548A1;
}
</style>