Shades of French Rose #F8548A
Tints of French Rose #F8548A
RGB
CMYK
RGB Variations
Color information
#F8548A (or 0xF8548A) is known color: French Rose. HEX triplet: F8, 54 and 8A. RGB value is (248,84,138). Sum of RGB (Red+Green+Blue) = 248+84+138=470 (62% of max value = 765). Red value is 248 (97.27% from 255 or 52.77% from 470); Green value is 84 (33.20% from 255 or 17.87% from 470); Blue value is 138 (54.30% from 255 or 29.36% from 470); Max value from RGB is 248 - color contains mainly: red. Hex color #F8548A is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F8548A is #07AB75. Grayscale: #8B8B8B. Windows color (decimal): -502646 or 9065720. OLE color: 9065720.
HSL color Cylindrical-coordinate representation of color #F8548A: hue angle of 340.24º 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 #F8548A is Cyan = 0, Magento = 0.66, Yellow = 0.44 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 84 | 138 | - |
| CMYK | 0 | 0.66 | 0.44 | 0.03 |
| HSL | 340.24º | 0.92% | 0.65% | - |
| HSV(B) | 340.24º | 0.66% | 0.97% | - |
| XYZ | 46.47 | 28.13 | 27.03 | - |
| YUV | 139.19 | 127.33 | 205.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 84 | 138 | 0 | 0.66 | 0.44 | 0.03 | 340.24 | 0.92 | 0.65 |
| Hex | F8 | 54 | 8A | 0 | 42 | 2C | 3 | 154 | 5C | 41 |
| Octal | 370 | 124 | 212 | 0 | 102 | 54 | 3 | 524 | 134 | 101 |
| Binary | 11111000 | 1010100 | 10001010 | 0 | 1000010 | 101100 | 11 | 101010100 | 1011100 | 1000001 |
Color Harmonies of #F8548A
Complementary color
Monochromatic Colors of #F8548A
Black with #F8548A
Text Example
Text Example
White with #F8548A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8548A; }
p { color: rgb(248,84,138); }
H1.HeaderClassName
{
color: #F8548A;
}
.AnyTagClassName
{
color: #F8548A;
}
</style>
background-color css
<style>
a { background-color: #F8548A; }
a { background-color: rgb(248,84,138); }
div.DivClassName
{
background-color: #F8548A;
}
.BgClassName
{
background-color: #F8548A;
}
</style>
border-color css
<style>
span { border-color: #F8548A; }
span { border-color: rgb(248,84,138); }
td.TdClassName
{
border-color: #F8548A;
}
.TagClassName
{
border-color: #F8548A;
}
</style>