Shades of French Rose #F8548C
Tints of French Rose #F8548C
RGB
CMYK
RGB Variations
Color information
#F8548C (or 0xF8548C) is known color: French Rose. HEX triplet: F8, 54 and 8C. RGB value is (248,84,140). Sum of RGB (Red+Green+Blue) = 248+84+140=472 (62% of max value = 765). Red value is 248 (97.27% from 255 or 52.54% from 472); Green value is 84 (33.20% from 255 or 17.80% from 472); Blue value is 140 (55.08% from 255 or 29.66% from 472); Max value from RGB is 248 - color contains mainly: red. Hex color #F8548C is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F8548C is #07AB73. Grayscale: #8B8B8B. Windows color (decimal): -502644 or 9196792. OLE color: 9196792.
HSL color Cylindrical-coordinate representation of color #F8548C: hue angle of 339.51º degrees, saturation: 0.92, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #F8548C is Cyan = 0, Magento = 0.66, Yellow = 0.44 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 84 | 140 | - |
| CMYK | 0 | 0.66 | 0.44 | 0.03 |
| HSL | 339.51º | 0.92% | 0.65% | - |
| HSV(B) | 339.51º | 0.66% | 0.97% | - |
| XYZ | 46.62 | 28.19 | 27.8 | - |
| YUV | 139.42 | 128.33 | 205.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 84 | 140 | 0 | 0.66 | 0.44 | 0.03 | 339.51 | 0.92 | 0.65 |
| Hex | F8 | 54 | 8C | 0 | 42 | 2C | 3 | 154 | 5C | 41 |
| Octal | 370 | 124 | 214 | 0 | 102 | 54 | 3 | 524 | 134 | 101 |
| Binary | 11111000 | 1010100 | 10001100 | 0 | 1000010 | 101100 | 11 | 101010100 | 1011100 | 1000001 |
Color Harmonies of #F8548C
Complementary color
Monochromatic Colors of #F8548C
Black with #F8548C
Text Example
Text Example
White with #F8548C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8548C; }
p { color: rgb(248,84,140); }
H1.HeaderClassName
{
color: #F8548C;
}
.AnyTagClassName
{
color: #F8548C;
}
</style>
background-color css
<style>
a { background-color: #F8548C; }
a { background-color: rgb(248,84,140); }
div.DivClassName
{
background-color: #F8548C;
}
.BgClassName
{
background-color: #F8548C;
}
</style>
border-color css
<style>
span { border-color: #F8548C; }
span { border-color: rgb(248,84,140); }
td.TdClassName
{
border-color: #F8548C;
}
.TagClassName
{
border-color: #F8548C;
}
</style>