Shades of Brilliant Rose #F55FAA
Tints of Brilliant Rose #F55FAA
RGB
CMYK
RGB Variations
Color information
#F55FAA (or 0xF55FAA) is known color: Brilliant Rose. HEX triplet: F5, 5F and AA. RGB value is (245,95,170). Sum of RGB (Red+Green+Blue) = 245+95+170=510 (67% of max value = 765). Red value is 245 (96.09% from 255 or 48.04% from 510); Green value is 95 (37.5% from 255 or 18.63% from 510); Blue value is 170 (66.80% from 255 or 33.33% from 510); Max value from RGB is 245 - color contains mainly: red. Hex color #F55FAA is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F55FAA is #0AA055. Grayscale: #949494. Windows color (decimal): -696406 or 11165685. OLE color: 11165685.
HSL color Cylindrical-coordinate representation of color #F55FAA: hue angle of 330º degrees, saturation: 0.88, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #F55FAA is Cyan = 0, Magento = 0.61, Yellow = 0.31 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 95 | 170 | - |
| CMYK | 0 | 0.61 | 0.31 | 0.04 |
| HSL | 330º | 0.88% | 0.67% | - |
| HSV(B) | 330º | 0.61% | 0.96% | - |
| XYZ | 49 | 30.5 | 41.33 | - |
| YUV | 148.4 | 140.2 | 196.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 95 | 170 | 0 | 0.61 | 0.31 | 0.04 | 330 | 0.88 | 0.67 |
| Hex | F5 | 5F | AA | 0 | 3D | 1F | 4 | 14A | 58 | 43 |
| Octal | 365 | 137 | 252 | 0 | 75 | 37 | 4 | 512 | 130 | 103 |
| Binary | 11110101 | 1011111 | 10101010 | 0 | 111101 | 11111 | 100 | 101001010 | 1011000 | 1000011 |
Color Harmonies of #F55FAA
Complementary color
Monochromatic Colors of #F55FAA
Black with #F55FAA
Text Example
Text Example
White with #F55FAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F55FAA; }
p { color: rgb(245,95,170); }
H1.HeaderClassName
{
color: #F55FAA;
}
.AnyTagClassName
{
color: #F55FAA;
}
</style>
background-color css
<style>
a { background-color: #F55FAA; }
a { background-color: rgb(245,95,170); }
div.DivClassName
{
background-color: #F55FAA;
}
.BgClassName
{
background-color: #F55FAA;
}
</style>
border-color css
<style>
span { border-color: #F55FAA; }
span { border-color: rgb(245,95,170); }
td.TdClassName
{
border-color: #F55FAA;
}
.TagClassName
{
border-color: #F55FAA;
}
</style>