Shades of French Rose #F8528F
Tints of French Rose #F8528F
RGB
CMYK
RGB Variations
Color information
#F8528F (or 0xF8528F) is known color: French Rose. HEX triplet: F8, 52 and 8F. RGB value is (248,82,143). Sum of RGB (Red+Green+Blue) = 248+82+143=473 (62% of max value = 765). Red value is 248 (97.27% from 255 or 52.43% from 473); Green value is 82 (32.42% from 255 or 17.34% from 473); Blue value is 143 (56.25% from 255 or 30.23% from 473); Max value from RGB is 248 - color contains mainly: red. Hex color #F8528F is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F8528F is #07AD70. Grayscale: #8A8A8A. Windows color (decimal): -503153 or 9392888. OLE color: 9392888.
HSL color Cylindrical-coordinate representation of color #F8528F: hue angle of 337.95º 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 #F8528F is Cyan = 0, Magento = 0.67, Yellow = 0.42 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 82 | 143 | - |
| CMYK | 0 | 0.67 | 0.42 | 0.03 |
| HSL | 337.95º | 0.92% | 0.65% | - |
| HSV(B) | 337.95º | 0.67% | 0.97% | - |
| XYZ | 46.69 | 27.97 | 28.93 | - |
| YUV | 138.59 | 130.5 | 206.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 82 | 143 | 0 | 0.67 | 0.42 | 0.03 | 337.95 | 0.92 | 0.65 |
| Hex | F8 | 52 | 8F | 0 | 43 | 2A | 3 | 152 | 5C | 41 |
| Octal | 370 | 122 | 217 | 0 | 103 | 52 | 3 | 522 | 134 | 101 |
| Binary | 11111000 | 1010010 | 10001111 | 0 | 1000011 | 101010 | 11 | 101010010 | 1011100 | 1000001 |
Color Harmonies of #F8528F
Complementary color
Monochromatic Colors of #F8528F
Black with #F8528F
Text Example
Text Example
White with #F8528F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8528F; }
p { color: rgb(248,82,143); }
H1.HeaderClassName
{
color: #F8528F;
}
.AnyTagClassName
{
color: #F8528F;
}
</style>
background-color css
<style>
a { background-color: #F8528F; }
a { background-color: rgb(248,82,143); }
div.DivClassName
{
background-color: #F8528F;
}
.BgClassName
{
background-color: #F8528F;
}
</style>
border-color css
<style>
span { border-color: #F8528F; }
span { border-color: rgb(248,82,143); }
td.TdClassName
{
border-color: #F8528F;
}
.TagClassName
{
border-color: #F8528F;
}
</style>