Shades of Brilliant Rose #F547AF
Tints of Brilliant Rose #F547AF
RGB
CMYK
RGB Variations
Color information
#F547AF (or 0xF547AF) is known color: Brilliant Rose. HEX triplet: F5, 47 and AF. RGB value is (245,71,175). Sum of RGB (Red+Green+Blue) = 245+71+175=491 (65% of max value = 765). Red value is 245 (96.09% from 255 or 49.90% from 491); Green value is 71 (28.12% from 255 or 14.46% from 491); Blue value is 175 (68.75% from 255 or 35.64% from 491); Max value from RGB is 245 - color contains mainly: red. Hex color #F547AF is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F547AF is #0AB850. Grayscale: #868686. Windows color (decimal): -702545 or 11487221. OLE color: 11487221.
HSL color Cylindrical-coordinate representation of color #F547AF: hue angle of 324.14º 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 #F547AF is Cyan = 0, Magento = 0.71, Yellow = 0.29 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 71 | 175 | - |
| CMYK | 0 | 0.71 | 0.29 | 0.04 |
| HSL | 324.14º | 0.9% | 0.62% | - |
| HSV(B) | 324.14º | 0.71% | 0.96% | - |
| XYZ | 47.65 | 27.01 | 43.26 | - |
| YUV | 134.88 | 150.65 | 206.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 71 | 175 | 0 | 0.71 | 0.29 | 0.04 | 324.14 | 0.9 | 0.62 |
| Hex | F5 | 47 | AF | 0 | 47 | 1D | 4 | 144 | 5A | 3E |
| Octal | 365 | 107 | 257 | 0 | 107 | 35 | 4 | 504 | 132 | 76 |
| Binary | 11110101 | 1000111 | 10101111 | 0 | 1000111 | 11101 | 100 | 101000100 | 1011010 | 111110 |
Color Harmonies of #F547AF
Complementary color
Monochromatic Colors of #F547AF
Black with #F547AF
Text Example
Text Example
White with #F547AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F547AF; }
p { color: rgb(245,71,175); }
H1.HeaderClassName
{
color: #F547AF;
}
.AnyTagClassName
{
color: #F547AF;
}
</style>
background-color css
<style>
a { background-color: #F547AF; }
a { background-color: rgb(245,71,175); }
div.DivClassName
{
background-color: #F547AF;
}
.BgClassName
{
background-color: #F547AF;
}
</style>
border-color css
<style>
span { border-color: #F547AF; }
span { border-color: rgb(245,71,175); }
td.TdClassName
{
border-color: #F547AF;
}
.TagClassName
{
border-color: #F547AF;
}
</style>