Shades of French Rose #F85283
Tints of French Rose #F85283
RGB
CMYK
RGB Variations
Color information
#F85283 (or 0xF85283) is known color: French Rose. HEX triplet: F8, 52 and 83. RGB value is (248,82,131). Sum of RGB (Red+Green+Blue) = 248+82+131=461 (61% of max value = 765). Red value is 248 (97.27% from 255 or 53.80% from 461); Green value is 82 (32.42% from 255 or 17.79% from 461); Blue value is 131 (51.56% from 255 or 28.42% from 461); Max value from RGB is 248 - color contains mainly: red. Hex color #F85283 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F85283 is #07AD7C. Grayscale: #898989. Windows color (decimal): -503165 or 8606456. OLE color: 8606456.
HSL color Cylindrical-coordinate representation of color #F85283: hue angle of 342.29º 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 #F85283 is Cyan = 0, Magento = 0.67, Yellow = 0.47 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 82 | 131 | - |
| CMYK | 0 | 0.67 | 0.47 | 0.03 |
| HSL | 342.29º | 0.92% | 0.65% | - |
| HSV(B) | 342.29º | 0.67% | 0.97% | - |
| XYZ | 45.83 | 27.63 | 24.39 | - |
| YUV | 137.22 | 124.5 | 207.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 82 | 131 | 0 | 0.67 | 0.47 | 0.03 | 342.29 | 0.92 | 0.65 |
| Hex | F8 | 52 | 83 | 0 | 43 | 2F | 3 | 156 | 5C | 41 |
| Octal | 370 | 122 | 203 | 0 | 103 | 57 | 3 | 526 | 134 | 101 |
| Binary | 11111000 | 1010010 | 10000011 | 0 | 1000011 | 101111 | 11 | 101010110 | 1011100 | 1000001 |
Color Harmonies of #F85283
Complementary color
Monochromatic Colors of #F85283
Black with #F85283
Text Example
Text Example
White with #F85283
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F85283; }
p { color: rgb(248,82,131); }
H1.HeaderClassName
{
color: #F85283;
}
.AnyTagClassName
{
color: #F85283;
}
</style>
background-color css
<style>
a { background-color: #F85283; }
a { background-color: rgb(248,82,131); }
div.DivClassName
{
background-color: #F85283;
}
.BgClassName
{
background-color: #F85283;
}
</style>
border-color css
<style>
span { border-color: #F85283; }
span { border-color: rgb(248,82,131); }
td.TdClassName
{
border-color: #F85283;
}
.TagClassName
{
border-color: #F85283;
}
</style>