Shades of French Rose #F84C92
Tints of French Rose #F84C92
RGB
CMYK
RGB Variations
Color information
#F84C92 (or 0xF84C92) is known color: French Rose. HEX triplet: F8, 4C and 92. RGB value is (248,76,146). Sum of RGB (Red+Green+Blue) = 248+76+146=470 (62% of max value = 765). Red value is 248 (97.27% from 255 or 52.77% from 470); Green value is 76 (30.08% from 255 or 16.17% from 470); Blue value is 146 (57.42% from 255 or 31.06% from 470); Max value from RGB is 248 - color contains mainly: red. Hex color #F84C92 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F84C92 is #07B36D. Grayscale: #878787. Windows color (decimal): -504686 or 9587960. OLE color: 9587960.
HSL color Cylindrical-coordinate representation of color #F84C92: hue angle of 335.58º 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 #F84C92 is Cyan = 0, Magento = 0.69, Yellow = 0.41 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 76 | 146 | - |
| CMYK | 0 | 0.69 | 0.41 | 0.03 |
| HSL | 335.58º | 0.92% | 0.64% | - |
| HSV(B) | 335.58º | 0.69% | 0.97% | - |
| XYZ | 46.48 | 27.2 | 29.99 | - |
| YUV | 135.41 | 133.98 | 208.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 76 | 146 | 0 | 0.69 | 0.41 | 0.03 | 335.58 | 0.92 | 0.64 |
| Hex | F8 | 4C | 92 | 0 | 45 | 29 | 3 | 150 | 5C | 40 |
| Octal | 370 | 114 | 222 | 0 | 105 | 51 | 3 | 520 | 134 | 100 |
| Binary | 11111000 | 1001100 | 10010010 | 0 | 1000101 | 101001 | 11 | 101010000 | 1011100 | 1000000 |
Color Harmonies of #F84C92
Complementary color
Monochromatic Colors of #F84C92
Black with #F84C92
Text Example
Text Example
White with #F84C92
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F84C92; }
p { color: rgb(248,76,146); }
H1.HeaderClassName
{
color: #F84C92;
}
.AnyTagClassName
{
color: #F84C92;
}
</style>
background-color css
<style>
a { background-color: #F84C92; }
a { background-color: rgb(248,76,146); }
div.DivClassName
{
background-color: #F84C92;
}
.BgClassName
{
background-color: #F84C92;
}
</style>
border-color css
<style>
span { border-color: #F84C92; }
span { border-color: rgb(248,76,146); }
td.TdClassName
{
border-color: #F84C92;
}
.TagClassName
{
border-color: #F84C92;
}
</style>