Shades of French Rose #F55C93
Tints of French Rose #F55C93
RGB
CMYK
RGB Variations
Color information
#F55C93 (or 0xF55C93) is known color: French Rose. HEX triplet: F5, 5C and 93. RGB value is (245,92,147). Sum of RGB (Red+Green+Blue) = 245+92+147=484 (64% of max value = 765). Red value is 245 (96.09% from 255 or 50.62% from 484); Green value is 92 (36.33% from 255 or 19.01% from 484); Blue value is 147 (57.81% from 255 or 30.37% from 484); Max value from RGB is 245 - color contains mainly: red. Hex color #F55C93 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F55C93 is #0AA36C. Grayscale: #8F8F8F. Windows color (decimal): -697197 or 9657589. OLE color: 9657589.
HSL color Cylindrical-coordinate representation of color #F55C93: hue angle of 338.43º 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 #F55C93 is Cyan = 0, Magento = 0.62, Yellow = 0.4 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 92 | 147 | - |
| CMYK | 0 | 0.62 | 0.4 | 0.04 |
| HSL | 338.43º | 0.88% | 0.66% | - |
| HSV(B) | 338.43º | 0.62% | 0.96% | - |
| XYZ | 46.75 | 29.17 | 30.77 | - |
| YUV | 144.02 | 129.69 | 200.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 92 | 147 | 0 | 0.62 | 0.4 | 0.04 | 338.43 | 0.88 | 0.66 |
| Hex | F5 | 5C | 93 | 0 | 3E | 28 | 4 | 152 | 58 | 42 |
| Octal | 365 | 134 | 223 | 0 | 76 | 50 | 4 | 522 | 130 | 102 |
| Binary | 11110101 | 1011100 | 10010011 | 0 | 111110 | 101000 | 100 | 101010010 | 1011000 | 1000010 |
Color Harmonies of #F55C93
Complementary color
Monochromatic Colors of #F55C93
Black with #F55C93
Text Example
Text Example
White with #F55C93
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F55C93; }
p { color: rgb(245,92,147); }
H1.HeaderClassName
{
color: #F55C93;
}
.AnyTagClassName
{
color: #F55C93;
}
</style>
background-color css
<style>
a { background-color: #F55C93; }
a { background-color: rgb(245,92,147); }
div.DivClassName
{
background-color: #F55C93;
}
.BgClassName
{
background-color: #F55C93;
}
</style>
border-color css
<style>
span { border-color: #F55C93; }
span { border-color: rgb(245,92,147); }
td.TdClassName
{
border-color: #F55C93;
}
.TagClassName
{
border-color: #F55C93;
}
</style>