Shades of French Rose #F84A84
Tints of French Rose #F84A84
RGB
CMYK
RGB Variations
Color information
#F84A84 (or 0xF84A84) is known color: French Rose. HEX triplet: F8, 4A and 84. RGB value is (248,74,132). Sum of RGB (Red+Green+Blue) = 248+74+132=454 (60% of max value = 765). Red value is 248 (97.27% from 255 or 54.63% from 454); Green value is 74 (29.30% from 255 or 16.30% from 454); Blue value is 132 (51.95% from 255 or 29.07% from 454); Max value from RGB is 248 - color contains mainly: red. Hex color #F84A84 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F84A84 is #07B57B. Grayscale: #848484. Windows color (decimal): -505212 or 8669944. OLE color: 8669944.
HSL color Cylindrical-coordinate representation of color #F84A84: hue angle of 340º degrees, saturation: 0.93, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #F84A84 is Cyan = 0, Magento = 0.70, Yellow = 0.47 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 74 | 132 | - |
| CMYK | 0 | 0.70 | 0.47 | 0.03 |
| HSL | 340º | 0.93% | 0.63% | - |
| HSV(B) | 340º | 0.7% | 0.97% | - |
| XYZ | 45.33 | 26.52 | 24.56 | - |
| YUV | 132.64 | 127.65 | 210.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 74 | 132 | 0 | 0.70 | 0.47 | 0.03 | 340 | 0.93 | 0.63 |
| Hex | F8 | 4A | 84 | 0 | 46 | 2F | 3 | 154 | 5D | 3F |
| Octal | 370 | 112 | 204 | 0 | 106 | 57 | 3 | 524 | 135 | 77 |
| Binary | 11111000 | 1001010 | 10000100 | 0 | 1000110 | 101111 | 11 | 101010100 | 1011101 | 111111 |
Color Harmonies of #F84A84
Complementary color
Monochromatic Colors of #F84A84
Black with #F84A84
Text Example
Text Example
White with #F84A84
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F84A84; }
p { color: rgb(248,74,132); }
H1.HeaderClassName
{
color: #F84A84;
}
.AnyTagClassName
{
color: #F84A84;
}
</style>
background-color css
<style>
a { background-color: #F84A84; }
a { background-color: rgb(248,74,132); }
div.DivClassName
{
background-color: #F84A84;
}
.BgClassName
{
background-color: #F84A84;
}
</style>
border-color css
<style>
span { border-color: #F84A84; }
span { border-color: rgb(248,74,132); }
td.TdClassName
{
border-color: #F84A84;
}
.TagClassName
{
border-color: #F84A84;
}
</style>