Shades of Brilliant Rose #F55CAA
Tints of Brilliant Rose #F55CAA
RGB
CMYK
RGB Variations
Color information
#F55CAA (or 0xF55CAA) is known color: Brilliant Rose. HEX triplet: F5, 5C and AA. RGB value is (245,92,170). Sum of RGB (Red+Green+Blue) = 245+92+170=507 (67% of max value = 765). Red value is 245 (96.09% from 255 or 48.32% from 507); Green value is 92 (36.33% from 255 or 18.15% from 507); Blue value is 170 (66.80% from 255 or 33.53% from 507); Max value from RGB is 245 - color contains mainly: red. Hex color #F55CAA is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F55CAA is #0AA355. Grayscale: #929292. Windows color (decimal): -697174 or 11164917. OLE color: 11164917.
HSL color Cylindrical-coordinate representation of color #F55CAA: hue angle of 329.41º degrees, saturation: 0.88, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #F55CAA is Cyan = 0, Magento = 0.62, Yellow = 0.31 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 92 | 170 | - |
| CMYK | 0 | 0.62 | 0.31 | 0.04 |
| HSL | 329.41º | 0.88% | 0.66% | - |
| HSV(B) | 329.41º | 0.62% | 0.96% | - |
| XYZ | 48.74 | 29.97 | 41.25 | - |
| YUV | 146.64 | 141.19 | 198.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 92 | 170 | 0 | 0.62 | 0.31 | 0.04 | 329.41 | 0.88 | 0.66 |
| Hex | F5 | 5C | AA | 0 | 3E | 1F | 4 | 149 | 58 | 42 |
| Octal | 365 | 134 | 252 | 0 | 76 | 37 | 4 | 511 | 130 | 102 |
| Binary | 11110101 | 1011100 | 10101010 | 0 | 111110 | 11111 | 100 | 101001001 | 1011000 | 1000010 |
Color Harmonies of #F55CAA
Complementary color
Monochromatic Colors of #F55CAA
Black with #F55CAA
Text Example
Text Example
White with #F55CAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F55CAA; }
p { color: rgb(245,92,170); }
H1.HeaderClassName
{
color: #F55CAA;
}
.AnyTagClassName
{
color: #F55CAA;
}
</style>
background-color css
<style>
a { background-color: #F55CAA; }
a { background-color: rgb(245,92,170); }
div.DivClassName
{
background-color: #F55CAA;
}
.BgClassName
{
background-color: #F55CAA;
}
</style>
border-color css
<style>
span { border-color: #F55CAA; }
span { border-color: rgb(245,92,170); }
td.TdClassName
{
border-color: #F55CAA;
}
.TagClassName
{
border-color: #F55CAA;
}
</style>