Shades of French Rose #F8528B
Tints of French Rose #F8528B
RGB
CMYK
RGB Variations
Color information
#F8528B (or 0xF8528B) is known color: French Rose. HEX triplet: F8, 52 and 8B. RGB value is (248,82,139). Sum of RGB (Red+Green+Blue) = 248+82+139=469 (62% of max value = 765). Red value is 248 (97.27% from 255 or 52.88% from 469); Green value is 82 (32.42% from 255 or 17.48% from 469); Blue value is 139 (54.69% from 255 or 29.64% from 469); Max value from RGB is 248 - color contains mainly: red. Hex color #F8528B is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F8528B is #07AD74. Grayscale: #8A8A8A. Windows color (decimal): -503157 or 9130744. OLE color: 9130744.
HSL color Cylindrical-coordinate representation of color #F8528B: hue angle of 339.4º 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 #F8528B is Cyan = 0, Magento = 0.67, Yellow = 0.44 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 82 | 139 | - |
| CMYK | 0 | 0.67 | 0.44 | 0.03 |
| HSL | 339.4º | 0.92% | 0.65% | - |
| HSV(B) | 339.4º | 0.67% | 0.97% | - |
| XYZ | 46.39 | 27.86 | 27.36 | - |
| YUV | 138.13 | 128.5 | 206.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 82 | 139 | 0 | 0.67 | 0.44 | 0.03 | 339.4 | 0.92 | 0.65 |
| Hex | F8 | 52 | 8B | 0 | 43 | 2C | 3 | 153 | 5C | 41 |
| Octal | 370 | 122 | 213 | 0 | 103 | 54 | 3 | 523 | 134 | 101 |
| Binary | 11111000 | 1010010 | 10001011 | 0 | 1000011 | 101100 | 11 | 101010011 | 1011100 | 1000001 |
Color Harmonies of #F8528B
Complementary color
Monochromatic Colors of #F8528B
Black with #F8528B
Text Example
Text Example
White with #F8528B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8528B; }
p { color: rgb(248,82,139); }
H1.HeaderClassName
{
color: #F8528B;
}
.AnyTagClassName
{
color: #F8528B;
}
</style>
background-color css
<style>
a { background-color: #F8528B; }
a { background-color: rgb(248,82,139); }
div.DivClassName
{
background-color: #F8528B;
}
.BgClassName
{
background-color: #F8528B;
}
</style>
border-color css
<style>
span { border-color: #F8528B; }
span { border-color: rgb(248,82,139); }
td.TdClassName
{
border-color: #F8528B;
}
.TagClassName
{
border-color: #F8528B;
}
</style>