Shades of French Rose #F8548F
Tints of French Rose #F8548F
RGB
CMYK
RGB Variations
Color information
#F8548F (or 0xF8548F) is known color: French Rose. HEX triplet: F8, 54 and 8F. RGB value is (248,84,143). Sum of RGB (Red+Green+Blue) = 248+84+143=475 (62% of max value = 765). Red value is 248 (97.27% from 255 or 52.21% from 475); Green value is 84 (33.20% from 255 or 17.68% from 475); Blue value is 143 (56.25% from 255 or 30.11% from 475); Max value from RGB is 248 - color contains mainly: red. Hex color #F8548F is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F8548F is #07AB70. Grayscale: #8B8B8B. Windows color (decimal): -502641 or 9393400. OLE color: 9393400.
HSL color Cylindrical-coordinate representation of color #F8548F: hue angle of 338.41º 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 #F8548F is Cyan = 0, Magento = 0.66, Yellow = 0.42 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 84 | 143 | - |
| CMYK | 0 | 0.66 | 0.42 | 0.03 |
| HSL | 338.41º | 0.92% | 0.65% | - |
| HSV(B) | 338.41º | 0.66% | 0.97% | - |
| XYZ | 46.84 | 28.28 | 28.98 | - |
| YUV | 139.76 | 129.83 | 205.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 84 | 143 | 0 | 0.66 | 0.42 | 0.03 | 338.41 | 0.92 | 0.65 |
| Hex | F8 | 54 | 8F | 0 | 42 | 2A | 3 | 152 | 5C | 41 |
| Octal | 370 | 124 | 217 | 0 | 102 | 52 | 3 | 522 | 134 | 101 |
| Binary | 11111000 | 1010100 | 10001111 | 0 | 1000010 | 101010 | 11 | 101010010 | 1011100 | 1000001 |
Color Harmonies of #F8548F
Complementary color
Monochromatic Colors of #F8548F
Black with #F8548F
Text Example
Text Example
White with #F8548F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8548F; }
p { color: rgb(248,84,143); }
H1.HeaderClassName
{
color: #F8548F;
}
.AnyTagClassName
{
color: #F8548F;
}
</style>
background-color css
<style>
a { background-color: #F8548F; }
a { background-color: rgb(248,84,143); }
div.DivClassName
{
background-color: #F8548F;
}
.BgClassName
{
background-color: #F8548F;
}
</style>
border-color css
<style>
span { border-color: #F8548F; }
span { border-color: rgb(248,84,143); }
td.TdClassName
{
border-color: #F8548F;
}
.TagClassName
{
border-color: #F8548F;
}
</style>