Shades of French Rose #F85395
Tints of French Rose #F85395
RGB
CMYK
RGB Variations
Color information
#F85395 (or 0xF85395) is known color: French Rose. HEX triplet: F8, 53 and 95. RGB value is (248,83,149). Sum of RGB (Red+Green+Blue) = 248+83+149=480 (63% of max value = 765). Red value is 248 (97.27% from 255 or 51.67% from 480); Green value is 83 (32.81% from 255 or 17.29% from 480); Blue value is 149 (58.59% from 255 or 31.04% from 480); Max value from RGB is 248 - color contains mainly: red. Hex color #F85395 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F85395 is #07AC6A. Grayscale: #8B8B8B. Windows color (decimal): -502891 or 9786360. OLE color: 9786360.
HSL color Cylindrical-coordinate representation of color #F85395: hue angle of 336º 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 #F85395 is Cyan = 0, Magento = 0.67, Yellow = 0.40 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 83 | 149 | - |
| CMYK | 0 | 0.67 | 0.40 | 0.03 |
| HSL | 336º | 0.92% | 0.65% | - |
| HSV(B) | 336º | 0.67% | 0.97% | - |
| XYZ | 47.23 | 28.31 | 31.41 | - |
| YUV | 139.86 | 133.16 | 205.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 83 | 149 | 0 | 0.67 | 0.40 | 0.03 | 336 | 0.92 | 0.65 |
| Hex | F8 | 53 | 95 | 0 | 43 | 28 | 3 | 150 | 5C | 41 |
| Octal | 370 | 123 | 225 | 0 | 103 | 50 | 3 | 520 | 134 | 101 |
| Binary | 11111000 | 1010011 | 10010101 | 0 | 1000011 | 101000 | 11 | 101010000 | 1011100 | 1000001 |
Color Harmonies of #F85395
Complementary color
Monochromatic Colors of #F85395
Black with #F85395
Text Example
Text Example
White with #F85395
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F85395; }
p { color: rgb(248,83,149); }
H1.HeaderClassName
{
color: #F85395;
}
.AnyTagClassName
{
color: #F85395;
}
</style>
background-color css
<style>
a { background-color: #F85395; }
a { background-color: rgb(248,83,149); }
div.DivClassName
{
background-color: #F85395;
}
.BgClassName
{
background-color: #F85395;
}
</style>
border-color css
<style>
span { border-color: #F85395; }
span { border-color: rgb(248,83,149); }
td.TdClassName
{
border-color: #F85395;
}
.TagClassName
{
border-color: #F85395;
}
</style>