Shades of French Rose #F84C94
Tints of French Rose #F84C94
RGB
CMYK
RGB Variations
Color information
#F84C94 (or 0xF84C94) is known color: French Rose. HEX triplet: F8, 4C and 94. RGB value is (248,76,148). Sum of RGB (Red+Green+Blue) = 248+76+148=472 (62% of max value = 765). Red value is 248 (97.27% from 255 or 52.54% from 472); Green value is 76 (30.08% from 255 or 16.10% from 472); Blue value is 148 (58.20% from 255 or 31.36% from 472); Max value from RGB is 248 - color contains mainly: red. Hex color #F84C94 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F84C94 is #07B36B. Grayscale: #878787. Windows color (decimal): -504684 or 9719032. OLE color: 9719032.
HSL color Cylindrical-coordinate representation of color #F84C94: hue angle of 334.88º degrees, saturation: 0.92, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #F84C94 is Cyan = 0, Magento = 0.69, Yellow = 0.40 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 76 | 148 | - |
| CMYK | 0 | 0.69 | 0.40 | 0.03 |
| HSL | 334.88º | 0.92% | 0.64% | - |
| HSV(B) | 334.88º | 0.69% | 0.97% | - |
| XYZ | 46.64 | 27.26 | 30.82 | - |
| YUV | 135.64 | 134.98 | 208.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 76 | 148 | 0 | 0.69 | 0.40 | 0.03 | 334.88 | 0.92 | 0.64 |
| Hex | F8 | 4C | 94 | 0 | 45 | 28 | 3 | 14F | 5C | 40 |
| Octal | 370 | 114 | 224 | 0 | 105 | 50 | 3 | 517 | 134 | 100 |
| Binary | 11111000 | 1001100 | 10010100 | 0 | 1000101 | 101000 | 11 | 101001111 | 1011100 | 1000000 |
Color Harmonies of #F84C94
Complementary color
Monochromatic Colors of #F84C94
Black with #F84C94
Text Example
Text Example
White with #F84C94
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F84C94; }
p { color: rgb(248,76,148); }
H1.HeaderClassName
{
color: #F84C94;
}
.AnyTagClassName
{
color: #F84C94;
}
</style>
background-color css
<style>
a { background-color: #F84C94; }
a { background-color: rgb(248,76,148); }
div.DivClassName
{
background-color: #F84C94;
}
.BgClassName
{
background-color: #F84C94;
}
</style>
border-color css
<style>
span { border-color: #F84C94; }
span { border-color: rgb(248,76,148); }
td.TdClassName
{
border-color: #F84C94;
}
.TagClassName
{
border-color: #F84C94;
}
</style>