Shades of French Rose #F8528A
Tints of French Rose #F8528A
RGB
CMYK
RGB Variations
Color information
#F8528A (or 0xF8528A) is known color: French Rose. HEX triplet: F8, 52 and 8A. RGB value is (248,82,138). Sum of RGB (Red+Green+Blue) = 248+82+138=468 (61% of max value = 765). Red value is 248 (97.27% from 255 or 52.99% from 468); Green value is 82 (32.42% from 255 or 17.52% from 468); Blue value is 138 (54.30% from 255 or 29.49% from 468); Max value from RGB is 248 - color contains mainly: red. Hex color #F8528A is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F8528A is #07AD75. Grayscale: #898989. Windows color (decimal): -503158 or 9065208. OLE color: 9065208.
HSL color Cylindrical-coordinate representation of color #F8528A: hue angle of 339.76º 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 #F8528A is Cyan = 0, Magento = 0.67, Yellow = 0.44 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 82 | 138 | - |
| CMYK | 0 | 0.67 | 0.44 | 0.03 |
| HSL | 339.76º | 0.92% | 0.65% | - |
| HSV(B) | 339.76º | 0.67% | 0.97% | - |
| XYZ | 46.32 | 27.83 | 26.97 | - |
| YUV | 138.02 | 128 | 206.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 82 | 138 | 0 | 0.67 | 0.44 | 0.03 | 339.76 | 0.92 | 0.65 |
| Hex | F8 | 52 | 8A | 0 | 43 | 2C | 3 | 154 | 5C | 41 |
| Octal | 370 | 122 | 212 | 0 | 103 | 54 | 3 | 524 | 134 | 101 |
| Binary | 11111000 | 1010010 | 10001010 | 0 | 1000011 | 101100 | 11 | 101010100 | 1011100 | 1000001 |
Color Harmonies of #F8528A
Complementary color
Monochromatic Colors of #F8528A
Black with #F8528A
Text Example
Text Example
White with #F8528A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8528A; }
p { color: rgb(248,82,138); }
H1.HeaderClassName
{
color: #F8528A;
}
.AnyTagClassName
{
color: #F8528A;
}
</style>
background-color css
<style>
a { background-color: #F8528A; }
a { background-color: rgb(248,82,138); }
div.DivClassName
{
background-color: #F8528A;
}
.BgClassName
{
background-color: #F8528A;
}
</style>
border-color css
<style>
span { border-color: #F8528A; }
span { border-color: rgb(248,82,138); }
td.TdClassName
{
border-color: #F8528A;
}
.TagClassName
{
border-color: #F8528A;
}
</style>