Shades of French Rose #F84884
Tints of French Rose #F84884
RGB
CMYK
RGB Variations
Color information
#F84884 (or 0xF84884) is known color: French Rose. HEX triplet: F8, 48 and 84. RGB value is (248,72,132). Sum of RGB (Red+Green+Blue) = 248+72+132=452 (59% of max value = 765). Red value is 248 (97.27% from 255 or 54.87% from 452); Green value is 72 (28.52% from 255 or 15.93% from 452); Blue value is 132 (51.95% from 255 or 29.20% from 452); Max value from RGB is 248 - color contains mainly: red. Hex color #F84884 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F84884 is #07B77B. Grayscale: #838383. Windows color (decimal): -505724 or 8669432. OLE color: 8669432.
HSL color Cylindrical-coordinate representation of color #F84884: hue angle of 339.55º degrees, saturation: 0.93, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #F84884 is Cyan = 0, Magento = 0.71, Yellow = 0.47 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 72 | 132 | - |
| CMYK | 0 | 0.71 | 0.47 | 0.03 |
| HSL | 339.55º | 0.93% | 0.63% | - |
| HSV(B) | 339.55º | 0.71% | 0.97% | - |
| XYZ | 45.19 | 26.26 | 24.52 | - |
| YUV | 131.46 | 128.31 | 211.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 72 | 132 | 0 | 0.71 | 0.47 | 0.03 | 339.55 | 0.93 | 0.63 |
| Hex | F8 | 48 | 84 | 0 | 47 | 2F | 3 | 154 | 5D | 3F |
| Octal | 370 | 110 | 204 | 0 | 107 | 57 | 3 | 524 | 135 | 77 |
| Binary | 11111000 | 1001000 | 10000100 | 0 | 1000111 | 101111 | 11 | 101010100 | 1011101 | 111111 |
Color Harmonies of #F84884
Complementary color
Monochromatic Colors of #F84884
Black with #F84884
Text Example
Text Example
White with #F84884
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F84884; }
p { color: rgb(248,72,132); }
H1.HeaderClassName
{
color: #F84884;
}
.AnyTagClassName
{
color: #F84884;
}
</style>
background-color css
<style>
a { background-color: #F84884; }
a { background-color: rgb(248,72,132); }
div.DivClassName
{
background-color: #F84884;
}
.BgClassName
{
background-color: #F84884;
}
</style>
border-color css
<style>
span { border-color: #F84884; }
span { border-color: rgb(248,72,132); }
td.TdClassName
{
border-color: #F84884;
}
.TagClassName
{
border-color: #F84884;
}
</style>