Shades of French Rose #F85485
Tints of French Rose #F85485
RGB
CMYK
RGB Variations
Color information
#F85485 (or 0xF85485) is known color: French Rose. HEX triplet: F8, 54 and 85. RGB value is (248,84,133). Sum of RGB (Red+Green+Blue) = 248+84+133=465 (61% of max value = 765). Red value is 248 (97.27% from 255 or 53.33% from 465); Green value is 84 (33.20% from 255 or 18.06% from 465); Blue value is 133 (52.34% from 255 or 28.60% from 465); Max value from RGB is 248 - color contains mainly: red. Hex color #F85485 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F85485 is #07AB7A. Grayscale: #8A8A8A. Windows color (decimal): -502651 or 8738040. OLE color: 8738040.
HSL color Cylindrical-coordinate representation of color #F85485: hue angle of 342.07º degrees, saturation: 0.92, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #F85485 is Cyan = 0, Magento = 0.66, Yellow = 0.46 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 84 | 133 | - |
| CMYK | 0 | 0.66 | 0.46 | 0.03 |
| HSL | 342.07º | 0.92% | 0.65% | - |
| HSV(B) | 342.07º | 0.66% | 0.97% | - |
| XYZ | 46.12 | 27.99 | 25.16 | - |
| YUV | 138.62 | 124.83 | 206.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 84 | 133 | 0 | 0.66 | 0.46 | 0.03 | 342.07 | 0.92 | 0.65 |
| Hex | F8 | 54 | 85 | 0 | 42 | 2E | 3 | 156 | 5C | 41 |
| Octal | 370 | 124 | 205 | 0 | 102 | 56 | 3 | 526 | 134 | 101 |
| Binary | 11111000 | 1010100 | 10000101 | 0 | 1000010 | 101110 | 11 | 101010110 | 1011100 | 1000001 |
Color Harmonies of #F85485
Complementary color
Monochromatic Colors of #F85485
Black with #F85485
Text Example
Text Example
White with #F85485
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F85485; }
p { color: rgb(248,84,133); }
H1.HeaderClassName
{
color: #F85485;
}
.AnyTagClassName
{
color: #F85485;
}
</style>
background-color css
<style>
a { background-color: #F85485; }
a { background-color: rgb(248,84,133); }
div.DivClassName
{
background-color: #F85485;
}
.BgClassName
{
background-color: #F85485;
}
</style>
border-color css
<style>
span { border-color: #F85485; }
span { border-color: rgb(248,84,133); }
td.TdClassName
{
border-color: #F85485;
}
.TagClassName
{
border-color: #F85485;
}
</style>