Shades of Brilliant Rose #F555AF
Tints of Brilliant Rose #F555AF
RGB
CMYK
RGB Variations
Color information
#F555AF (or 0xF555AF) is known color: Brilliant Rose. HEX triplet: F5, 55 and AF. RGB value is (245,85,175). Sum of RGB (Red+Green+Blue) = 245+85+175=505 (66% of max value = 765). Red value is 245 (96.09% from 255 or 48.51% from 505); Green value is 85 (33.59% from 255 or 16.83% from 505); Blue value is 175 (68.75% from 255 or 34.65% from 505); Max value from RGB is 245 - color contains mainly: red. Hex color #F555AF is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F555AF is #0AAA50. Grayscale: #8E8E8E. Windows color (decimal): -698961 or 11490805. OLE color: 11490805.
HSL color Cylindrical-coordinate representation of color #F555AF: hue angle of 326.25º degrees, saturation: 0.89, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #F555AF is Cyan = 0, Magento = 0.65, Yellow = 0.29 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 85 | 175 | - |
| CMYK | 0 | 0.65 | 0.29 | 0.04 |
| HSL | 326.25º | 0.89% | 0.65% | - |
| HSV(B) | 326.25º | 0.65% | 0.96% | - |
| XYZ | 48.64 | 29 | 43.59 | - |
| YUV | 143.1 | 146.01 | 200.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 85 | 175 | 0 | 0.65 | 0.29 | 0.04 | 326.25 | 0.89 | 0.65 |
| Hex | F5 | 55 | AF | 0 | 41 | 1D | 4 | 146 | 59 | 41 |
| Octal | 365 | 125 | 257 | 0 | 101 | 35 | 4 | 506 | 131 | 101 |
| Binary | 11110101 | 1010101 | 10101111 | 0 | 1000001 | 11101 | 100 | 101000110 | 1011001 | 1000001 |
Color Harmonies of #F555AF
Complementary color
Monochromatic Colors of #F555AF
Black with #F555AF
Text Example
Text Example
White with #F555AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F555AF; }
p { color: rgb(245,85,175); }
H1.HeaderClassName
{
color: #F555AF;
}
.AnyTagClassName
{
color: #F555AF;
}
</style>
background-color css
<style>
a { background-color: #F555AF; }
a { background-color: rgb(245,85,175); }
div.DivClassName
{
background-color: #F555AF;
}
.BgClassName
{
background-color: #F555AF;
}
</style>
border-color css
<style>
span { border-color: #F555AF; }
span { border-color: rgb(245,85,175); }
td.TdClassName
{
border-color: #F555AF;
}
.TagClassName
{
border-color: #F555AF;
}
</style>