Shades of French Rose #F7548E
Tints of French Rose #F7548E
RGB
CMYK
RGB Variations
Color information
#F7548E (or 0xF7548E) is known color: French Rose. HEX triplet: F7, 54 and 8E. RGB value is (247,84,142). Sum of RGB (Red+Green+Blue) = 247+84+142=473 (62% of max value = 765). Red value is 247 (96.88% from 255 or 52.22% from 473); Green value is 84 (33.20% from 255 or 17.76% from 473); Blue value is 142 (55.86% from 255 or 30.02% from 473); Max value from RGB is 247 - color contains mainly: red. Hex color #F7548E is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F7548E is #08AB71. Grayscale: #8B8B8B. Windows color (decimal): -568178 or 9327863. OLE color: 9327863.
HSL color Cylindrical-coordinate representation of color #F7548E: hue angle of 338.65º degrees, saturation: 0.91, 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 #F7548E is Cyan = 0, Magento = 0.66, Yellow = 0.43 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 84 | 142 | - |
| CMYK | 0 | 0.66 | 0.43 | 0.03 |
| HSL | 338.65º | 0.91% | 0.65% | - |
| HSV(B) | 338.65º | 0.66% | 0.97% | - |
| XYZ | 46.41 | 28.07 | 28.56 | - |
| YUV | 139.35 | 129.5 | 204.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 84 | 142 | 0 | 0.66 | 0.43 | 0.03 | 338.65 | 0.91 | 0.65 |
| Hex | F7 | 54 | 8E | 0 | 42 | 2B | 3 | 153 | 5B | 41 |
| Octal | 367 | 124 | 216 | 0 | 102 | 53 | 3 | 523 | 133 | 101 |
| Binary | 11110111 | 1010100 | 10001110 | 0 | 1000010 | 101011 | 11 | 101010011 | 1011011 | 1000001 |
Color Harmonies of #F7548E
Complementary color
Monochromatic Colors of #F7548E
Black with #F7548E
Text Example
Text Example
White with #F7548E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F7548E; }
p { color: rgb(247,84,142); }
H1.HeaderClassName
{
color: #F7548E;
}
.AnyTagClassName
{
color: #F7548E;
}
</style>
background-color css
<style>
a { background-color: #F7548E; }
a { background-color: rgb(247,84,142); }
div.DivClassName
{
background-color: #F7548E;
}
.BgClassName
{
background-color: #F7548E;
}
</style>
border-color css
<style>
span { border-color: #F7548E; }
span { border-color: rgb(247,84,142); }
td.TdClassName
{
border-color: #F7548E;
}
.TagClassName
{
border-color: #F7548E;
}
</style>