Shades of French Rose #F55A8B
Tints of French Rose #F55A8B
RGB
CMYK
RGB Variations
Color information
#F55A8B (or 0xF55A8B) is known color: French Rose. HEX triplet: F5, 5A and 8B. RGB value is (245,90,139). Sum of RGB (Red+Green+Blue) = 245+90+139=474 (62% of max value = 765). Red value is 245 (96.09% from 255 or 51.69% from 474); Green value is 90 (35.55% from 255 or 18.99% from 474); Blue value is 139 (54.69% from 255 or 29.32% from 474); Max value from RGB is 245 - color contains mainly: red. Hex color #F55A8B is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F55A8B is #0AA574. Grayscale: #8D8D8D. Windows color (decimal): -697717 or 9132789. OLE color: 9132789.
HSL color Cylindrical-coordinate representation of color #F55A8B: hue angle of 341.03º degrees, saturation: 0.89, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #F55A8B is Cyan = 0, Magento = 0.63, Yellow = 0.43 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 90 | 139 | - |
| CMYK | 0 | 0.63 | 0.43 | 0.04 |
| HSL | 341.03º | 0.89% | 0.66% | - |
| HSV(B) | 341.03º | 0.63% | 0.96% | - |
| XYZ | 45.97 | 28.59 | 27.52 | - |
| YUV | 141.93 | 126.35 | 201.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 90 | 139 | 0 | 0.63 | 0.43 | 0.04 | 341.03 | 0.89 | 0.66 |
| Hex | F5 | 5A | 8B | 0 | 3F | 2B | 4 | 155 | 59 | 42 |
| Octal | 365 | 132 | 213 | 0 | 77 | 53 | 4 | 525 | 131 | 102 |
| Binary | 11110101 | 1011010 | 10001011 | 0 | 111111 | 101011 | 100 | 101010101 | 1011001 | 1000010 |
Color Harmonies of #F55A8B
Complementary color
Monochromatic Colors of #F55A8B
Black with #F55A8B
Text Example
Text Example
White with #F55A8B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F55A8B; }
p { color: rgb(245,90,139); }
H1.HeaderClassName
{
color: #F55A8B;
}
.AnyTagClassName
{
color: #F55A8B;
}
</style>
background-color css
<style>
a { background-color: #F55A8B; }
a { background-color: rgb(245,90,139); }
div.DivClassName
{
background-color: #F55A8B;
}
.BgClassName
{
background-color: #F55A8B;
}
</style>
border-color css
<style>
span { border-color: #F55A8B; }
span { border-color: rgb(245,90,139); }
td.TdClassName
{
border-color: #F55A8B;
}
.TagClassName
{
border-color: #F55A8B;
}
</style>