Shades of French Rose #F85281
Tints of French Rose #F85281
RGB
CMYK
RGB Variations
Color information
#F85281 (or 0xF85281) is known color: French Rose. HEX triplet: F8, 52 and 81. RGB value is (248,82,129). Sum of RGB (Red+Green+Blue) = 248+82+129=459 (60% of max value = 765). Red value is 248 (97.27% from 255 or 54.03% from 459); Green value is 82 (32.42% from 255 or 17.86% from 459); Blue value is 129 (50.78% from 255 or 28.10% from 459); Max value from RGB is 248 - color contains mainly: red. Hex color #F85281 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F85281 is #07AD7E. Grayscale: #888888. Windows color (decimal): -503167 or 8475384. OLE color: 8475384.
HSL color Cylindrical-coordinate representation of color #F85281: hue angle of 343.01º 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 #F85281 is Cyan = 0, Magento = 0.67, Yellow = 0.48 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 82 | 129 | - |
| CMYK | 0 | 0.67 | 0.48 | 0.03 |
| HSL | 343.01º | 0.92% | 0.65% | - |
| HSV(B) | 343.01º | 0.67% | 0.97% | - |
| XYZ | 45.69 | 27.58 | 23.68 | - |
| YUV | 136.99 | 123.5 | 207.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 82 | 129 | 0 | 0.67 | 0.48 | 0.03 | 343.01 | 0.92 | 0.65 |
| Hex | F8 | 52 | 81 | 0 | 43 | 30 | 3 | 157 | 5C | 41 |
| Octal | 370 | 122 | 201 | 0 | 103 | 60 | 3 | 527 | 134 | 101 |
| Binary | 11111000 | 1010010 | 10000001 | 0 | 1000011 | 110000 | 11 | 101010111 | 1011100 | 1000001 |
Color Harmonies of #F85281
Complementary color
Monochromatic Colors of #F85281
Black with #F85281
Text Example
Text Example
White with #F85281
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F85281; }
p { color: rgb(248,82,129); }
H1.HeaderClassName
{
color: #F85281;
}
.AnyTagClassName
{
color: #F85281;
}
</style>
background-color css
<style>
a { background-color: #F85281; }
a { background-color: rgb(248,82,129); }
div.DivClassName
{
background-color: #F85281;
}
.BgClassName
{
background-color: #F85281;
}
</style>
border-color css
<style>
span { border-color: #F85281; }
span { border-color: rgb(248,82,129); }
td.TdClassName
{
border-color: #F85281;
}
.TagClassName
{
border-color: #F85281;
}
</style>