Shades of French Rose #F84C98
Tints of French Rose #F84C98
RGB
CMYK
RGB Variations
Color information
#F84C98 (or 0xF84C98) is known color: French Rose. HEX triplet: F8, 4C and 98. RGB value is (248,76,152). Sum of RGB (Red+Green+Blue) = 248+76+152=476 (63% of max value = 765). Red value is 248 (97.27% from 255 or 52.10% from 476); Green value is 76 (30.08% from 255 or 15.97% from 476); Blue value is 152 (59.77% from 255 or 31.93% from 476); Max value from RGB is 248 - color contains mainly: red. Hex color #F84C98 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F84C98 is #07B367. Grayscale: #878787. Windows color (decimal): -504680 or 9981176. OLE color: 9981176.
HSL color Cylindrical-coordinate representation of color #F84C98: hue angle of 333.49º 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 #F84C98 is Cyan = 0, Magento = 0.69, Yellow = 0.39 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 76 | 152 | - |
| CMYK | 0 | 0.69 | 0.39 | 0.03 |
| HSL | 333.49º | 0.92% | 0.64% | - |
| HSV(B) | 333.49º | 0.69% | 0.97% | - |
| XYZ | 46.96 | 27.39 | 32.52 | - |
| YUV | 136.09 | 136.98 | 207.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 76 | 152 | 0 | 0.69 | 0.39 | 0.03 | 333.49 | 0.92 | 0.64 |
| Hex | F8 | 4C | 98 | 0 | 45 | 27 | 3 | 14D | 5C | 40 |
| Octal | 370 | 114 | 230 | 0 | 105 | 47 | 3 | 515 | 134 | 100 |
| Binary | 11111000 | 1001100 | 10011000 | 0 | 1000101 | 100111 | 11 | 101001101 | 1011100 | 1000000 |
Color Harmonies of #F84C98
Complementary color
Monochromatic Colors of #F84C98
Black with #F84C98
Text Example
Text Example
White with #F84C98
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F84C98; }
p { color: rgb(248,76,152); }
H1.HeaderClassName
{
color: #F84C98;
}
.AnyTagClassName
{
color: #F84C98;
}
</style>
background-color css
<style>
a { background-color: #F84C98; }
a { background-color: rgb(248,76,152); }
div.DivClassName
{
background-color: #F84C98;
}
.BgClassName
{
background-color: #F84C98;
}
</style>
border-color css
<style>
span { border-color: #F84C98; }
span { border-color: rgb(248,76,152); }
td.TdClassName
{
border-color: #F84C98;
}
.TagClassName
{
border-color: #F84C98;
}
</style>