Shades of French Rose #F8538E
Tints of French Rose #F8538E
RGB
CMYK
RGB Variations
Color information
#F8538E (or 0xF8538E) is known color: French Rose. HEX triplet: F8, 53 and 8E. RGB value is (248,83,142). Sum of RGB (Red+Green+Blue) = 248+83+142=473 (62% of max value = 765). Red value is 248 (97.27% from 255 or 52.43% from 473); Green value is 83 (32.81% from 255 or 17.55% from 473); Blue value is 142 (55.86% from 255 or 30.02% from 473); Max value from RGB is 248 - color contains mainly: red. Hex color #F8538E is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F8538E is #07AC71. Grayscale: #8A8A8A. Windows color (decimal): -502898 or 9327608. OLE color: 9327608.
HSL color Cylindrical-coordinate representation of color #F8538E: hue angle of 338.55º degrees, saturation: 0.92, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #F8538E is Cyan = 0, Magento = 0.67, Yellow = 0.43 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 83 | 142 | - |
| CMYK | 0 | 0.67 | 0.43 | 0.03 |
| HSL | 338.55º | 0.92% | 0.65% | - |
| HSV(B) | 338.55º | 0.67% | 0.97% | - |
| XYZ | 46.69 | 28.1 | 28.55 | - |
| YUV | 139.06 | 129.66 | 205.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 83 | 142 | 0 | 0.67 | 0.43 | 0.03 | 338.55 | 0.92 | 0.65 |
| Hex | F8 | 53 | 8E | 0 | 43 | 2B | 3 | 153 | 5C | 41 |
| Octal | 370 | 123 | 216 | 0 | 103 | 53 | 3 | 523 | 134 | 101 |
| Binary | 11111000 | 1010011 | 10001110 | 0 | 1000011 | 101011 | 11 | 101010011 | 1011100 | 1000001 |
Color Harmonies of #F8538E
Complementary color
Monochromatic Colors of #F8538E
Black with #F8538E
Text Example
Text Example
White with #F8538E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8538E; }
p { color: rgb(248,83,142); }
H1.HeaderClassName
{
color: #F8538E;
}
.AnyTagClassName
{
color: #F8538E;
}
</style>
background-color css
<style>
a { background-color: #F8538E; }
a { background-color: rgb(248,83,142); }
div.DivClassName
{
background-color: #F8538E;
}
.BgClassName
{
background-color: #F8538E;
}
</style>
border-color css
<style>
span { border-color: #F8538E; }
span { border-color: rgb(248,83,142); }
td.TdClassName
{
border-color: #F8538E;
}
.TagClassName
{
border-color: #F8538E;
}
</style>