Shades of Brilliant Rose #F55FA8
Tints of Brilliant Rose #F55FA8
RGB
CMYK
RGB Variations
Color information
#F55FA8 (or 0xF55FA8) is known color: Brilliant Rose. HEX triplet: F5, 5F and A8. RGB value is (245,95,168). Sum of RGB (Red+Green+Blue) = 245+95+168=508 (67% of max value = 765). Red value is 245 (96.09% from 255 or 48.23% from 508); Green value is 95 (37.5% from 255 or 18.70% from 508); Blue value is 168 (66.02% from 255 or 33.07% from 508); Max value from RGB is 245 - color contains mainly: red. Hex color #F55FA8 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F55FA8 is #0AA057. Grayscale: #949494. Windows color (decimal): -696408 or 11034613. OLE color: 11034613.
HSL color Cylindrical-coordinate representation of color #F55FA8: hue angle of 330.8º 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 #F55FA8 is Cyan = 0, Magento = 0.61, Yellow = 0.31 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 95 | 168 | - |
| CMYK | 0 | 0.61 | 0.31 | 0.04 |
| HSL | 330.8º | 0.88% | 0.67% | - |
| HSV(B) | 330.8º | 0.61% | 0.96% | - |
| XYZ | 48.82 | 30.42 | 40.35 | - |
| YUV | 148.17 | 139.2 | 197.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 95 | 168 | 0 | 0.61 | 0.31 | 0.04 | 330.8 | 0.88 | 0.67 |
| Hex | F5 | 5F | A8 | 0 | 3D | 1F | 4 | 14B | 58 | 43 |
| Octal | 365 | 137 | 250 | 0 | 75 | 37 | 4 | 513 | 130 | 103 |
| Binary | 11110101 | 1011111 | 10101000 | 0 | 111101 | 11111 | 100 | 101001011 | 1011000 | 1000011 |
Color Harmonies of #F55FA8
Complementary color
Monochromatic Colors of #F55FA8
Black with #F55FA8
Text Example
Text Example
White with #F55FA8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F55FA8; }
p { color: rgb(245,95,168); }
H1.HeaderClassName
{
color: #F55FA8;
}
.AnyTagClassName
{
color: #F55FA8;
}
</style>
background-color css
<style>
a { background-color: #F55FA8; }
a { background-color: rgb(245,95,168); }
div.DivClassName
{
background-color: #F55FA8;
}
.BgClassName
{
background-color: #F55FA8;
}
</style>
border-color css
<style>
span { border-color: #F55FA8; }
span { border-color: rgb(245,95,168); }
td.TdClassName
{
border-color: #F55FA8;
}
.TagClassName
{
border-color: #F55FA8;
}
</style>