Shades of French Rose #F84C7B
Tints of French Rose #F84C7B
RGB
CMYK
RGB Variations
Color information
#F84C7B (or 0xF84C7B) is known color: French Rose. HEX triplet: F8, 4C and 7B. RGB value is (248,76,123). Sum of RGB (Red+Green+Blue) = 248+76+123=447 (59% of max value = 765). Red value is 248 (97.27% from 255 or 55.48% from 447); Green value is 76 (30.08% from 255 or 17.00% from 447); Blue value is 123 (48.44% from 255 or 27.52% from 447); Max value from RGB is 248 - color contains mainly: red. Hex color #F84C7B is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F84C7B is #07B384. Grayscale: #848484. Windows color (decimal): -504709 or 8080632. OLE color: 8080632.
HSL color Cylindrical-coordinate representation of color #F84C7B: hue angle of 343.6º 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 #F84C7B is Cyan = 0, Magento = 0.69, Yellow = 0.50 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 76 | 123 | - |
| CMYK | 0 | 0.69 | 0.50 | 0.03 |
| HSL | 343.6º | 0.92% | 0.64% | - |
| HSV(B) | 343.6º | 0.69% | 0.97% | - |
| XYZ | 44.87 | 26.56 | 21.5 | - |
| YUV | 132.79 | 122.48 | 210.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 76 | 123 | 0 | 0.69 | 0.50 | 0.03 | 343.6 | 0.92 | 0.64 |
| Hex | F8 | 4C | 7B | 0 | 45 | 32 | 3 | 158 | 5C | 40 |
| Octal | 370 | 114 | 173 | 0 | 105 | 62 | 3 | 530 | 134 | 100 |
| Binary | 11111000 | 1001100 | 1111011 | 0 | 1000101 | 110010 | 11 | 101011000 | 1011100 | 1000000 |
Color Harmonies of #F84C7B
Complementary color
Monochromatic Colors of #F84C7B
Black with #F84C7B
Text Example
Text Example
White with #F84C7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F84C7B; }
p { color: rgb(248,76,123); }
H1.HeaderClassName
{
color: #F84C7B;
}
.AnyTagClassName
{
color: #F84C7B;
}
</style>
background-color css
<style>
a { background-color: #F84C7B; }
a { background-color: rgb(248,76,123); }
div.DivClassName
{
background-color: #F84C7B;
}
.BgClassName
{
background-color: #F84C7B;
}
</style>
border-color css
<style>
span { border-color: #F84C7B; }
span { border-color: rgb(248,76,123); }
td.TdClassName
{
border-color: #F84C7B;
}
.TagClassName
{
border-color: #F84C7B;
}
</style>