Shades of French Rose #F84F80
Tints of French Rose #F84F80
RGB
CMYK
RGB Variations
Color information
#F84F80 (or 0xF84F80) is known color: French Rose. HEX triplet: F8, 4F and 80. RGB value is (248,79,128). Sum of RGB (Red+Green+Blue) = 248+79+128=455 (60% of max value = 765). Red value is 248 (97.27% from 255 or 54.51% from 455); Green value is 79 (31.25% from 255 or 17.36% from 455); Blue value is 128 (50.39% from 255 or 28.13% from 455); Max value from RGB is 248 - color contains mainly: red. Hex color #F84F80 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F84F80 is #07B07F. Grayscale: #878787. Windows color (decimal): -503936 or 8409080. OLE color: 8409080.
HSL color Cylindrical-coordinate representation of color #F84F80: hue angle of 342.6º degrees, saturation: 0.92, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #F84F80 is Cyan = 0, Magento = 0.68, Yellow = 0.48 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 79 | 128 | - |
| CMYK | 0 | 0.68 | 0.48 | 0.03 |
| HSL | 342.6º | 0.92% | 0.64% | - |
| HSV(B) | 342.6º | 0.68% | 0.97% | - |
| XYZ | 45.4 | 27.11 | 23.26 | - |
| YUV | 135.12 | 123.99 | 208.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 79 | 128 | 0 | 0.68 | 0.48 | 0.03 | 342.6 | 0.92 | 0.64 |
| Hex | F8 | 4F | 80 | 0 | 44 | 30 | 3 | 157 | 5C | 40 |
| Octal | 370 | 117 | 200 | 0 | 104 | 60 | 3 | 527 | 134 | 100 |
| Binary | 11111000 | 1001111 | 10000000 | 0 | 1000100 | 110000 | 11 | 101010111 | 1011100 | 1000000 |
Color Harmonies of #F84F80
Complementary color
Monochromatic Colors of #F84F80
Black with #F84F80
Text Example
Text Example
White with #F84F80
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F84F80; }
p { color: rgb(248,79,128); }
H1.HeaderClassName
{
color: #F84F80;
}
.AnyTagClassName
{
color: #F84F80;
}
</style>
background-color css
<style>
a { background-color: #F84F80; }
a { background-color: rgb(248,79,128); }
div.DivClassName
{
background-color: #F84F80;
}
.BgClassName
{
background-color: #F84F80;
}
</style>
border-color css
<style>
span { border-color: #F84F80; }
span { border-color: rgb(248,79,128); }
td.TdClassName
{
border-color: #F84F80;
}
.TagClassName
{
border-color: #F84F80;
}
</style>