Shades of French Rose #F8528E
Tints of French Rose #F8528E
RGB
CMYK
RGB Variations
Color information
#F8528E (or 0xF8528E) is known color: French Rose. HEX triplet: F8, 52 and 8E. RGB value is (248,82,142). Sum of RGB (Red+Green+Blue) = 248+82+142=472 (62% of max value = 765). Red value is 248 (97.27% from 255 or 52.54% from 472); Green value is 82 (32.42% from 255 or 17.37% from 472); Blue value is 142 (55.86% from 255 or 30.08% from 472); Max value from RGB is 248 - color contains mainly: red. Hex color #F8528E is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F8528E is #07AD71. Grayscale: #8A8A8A. Windows color (decimal): -503154 or 9327352. OLE color: 9327352.
HSL color Cylindrical-coordinate representation of color #F8528E: hue angle of 338.31º 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 #F8528E is Cyan = 0, Magento = 0.67, Yellow = 0.43 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 82 | 142 | - |
| CMYK | 0 | 0.67 | 0.43 | 0.03 |
| HSL | 338.31º | 0.92% | 0.65% | - |
| HSV(B) | 338.31º | 0.67% | 0.97% | - |
| XYZ | 46.61 | 27.94 | 28.53 | - |
| YUV | 138.47 | 130 | 206.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 82 | 142 | 0 | 0.67 | 0.43 | 0.03 | 338.31 | 0.92 | 0.65 |
| Hex | F8 | 52 | 8E | 0 | 43 | 2B | 3 | 152 | 5C | 41 |
| Octal | 370 | 122 | 216 | 0 | 103 | 53 | 3 | 522 | 134 | 101 |
| Binary | 11111000 | 1010010 | 10001110 | 0 | 1000011 | 101011 | 11 | 101010010 | 1011100 | 1000001 |
Color Harmonies of #F8528E
Complementary color
Monochromatic Colors of #F8528E
Black with #F8528E
Text Example
Text Example
White with #F8528E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8528E; }
p { color: rgb(248,82,142); }
H1.HeaderClassName
{
color: #F8528E;
}
.AnyTagClassName
{
color: #F8528E;
}
</style>
background-color css
<style>
a { background-color: #F8528E; }
a { background-color: rgb(248,82,142); }
div.DivClassName
{
background-color: #F8528E;
}
.BgClassName
{
background-color: #F8528E;
}
</style>
border-color css
<style>
span { border-color: #F8528E; }
span { border-color: rgb(248,82,142); }
td.TdClassName
{
border-color: #F8528E;
}
.TagClassName
{
border-color: #F8528E;
}
</style>