Shades of Brilliant Rose #F55DA8
Tints of Brilliant Rose #F55DA8
RGB
CMYK
RGB Variations
Color information
#F55DA8 (or 0xF55DA8) is known color: Brilliant Rose. HEX triplet: F5, 5D and A8. RGB value is (245,93,168). Sum of RGB (Red+Green+Blue) = 245+93+168=506 (67% of max value = 765). Red value is 245 (96.09% from 255 or 48.42% from 506); Green value is 93 (36.72% from 255 or 18.38% from 506); Blue value is 168 (66.02% from 255 or 33.20% from 506); Max value from RGB is 245 - color contains mainly: red. Hex color #F55DA8 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F55DA8 is #0AA257. Grayscale: #929292. Windows color (decimal): -696920 or 11034101. OLE color: 11034101.
HSL color Cylindrical-coordinate representation of color #F55DA8: hue angle of 330.39º 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 #F55DA8 is Cyan = 0, Magento = 0.62, Yellow = 0.31 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 93 | 168 | - |
| CMYK | 0 | 0.62 | 0.31 | 0.04 |
| HSL | 330.39º | 0.88% | 0.66% | - |
| HSV(B) | 330.39º | 0.62% | 0.96% | - |
| XYZ | 48.64 | 30.07 | 40.29 | - |
| YUV | 147 | 139.86 | 197.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 93 | 168 | 0 | 0.62 | 0.31 | 0.04 | 330.39 | 0.88 | 0.66 |
| Hex | F5 | 5D | A8 | 0 | 3E | 1F | 4 | 14A | 58 | 42 |
| Octal | 365 | 135 | 250 | 0 | 76 | 37 | 4 | 512 | 130 | 102 |
| Binary | 11110101 | 1011101 | 10101000 | 0 | 111110 | 11111 | 100 | 101001010 | 1011000 | 1000010 |
Color Harmonies of #F55DA8
Complementary color
Monochromatic Colors of #F55DA8
Black with #F55DA8
Text Example
Text Example
White with #F55DA8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F55DA8; }
p { color: rgb(245,93,168); }
H1.HeaderClassName
{
color: #F55DA8;
}
.AnyTagClassName
{
color: #F55DA8;
}
</style>
background-color css
<style>
a { background-color: #F55DA8; }
a { background-color: rgb(245,93,168); }
div.DivClassName
{
background-color: #F55DA8;
}
.BgClassName
{
background-color: #F55DA8;
}
</style>
border-color css
<style>
span { border-color: #F55DA8; }
span { border-color: rgb(245,93,168); }
td.TdClassName
{
border-color: #F55DA8;
}
.TagClassName
{
border-color: #F55DA8;
}
</style>