Shades of French Rose #F84B90
Tints of French Rose #F84B90
RGB
CMYK
RGB Variations
Color information
#F84B90 (or 0xF84B90) is known color: French Rose. HEX triplet: F8, 4B and 90. RGB value is (248,75,144). Sum of RGB (Red+Green+Blue) = 248+75+144=467 (61% of max value = 765). Red value is 248 (97.27% from 255 or 53.10% from 467); Green value is 75 (29.69% from 255 or 16.06% from 467); Blue value is 144 (56.64% from 255 or 30.84% from 467); Max value from RGB is 248 - color contains mainly: red. Hex color #F84B90 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F84B90 is #07B46F. Grayscale: #868686. Windows color (decimal): -504944 or 9456632. OLE color: 9456632.
HSL color Cylindrical-coordinate representation of color #F84B90: hue angle of 336.07º 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 #F84B90 is Cyan = 0, Magento = 0.70, Yellow = 0.42 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 75 | 144 | - |
| CMYK | 0 | 0.70 | 0.42 | 0.03 |
| HSL | 336.07º | 0.93% | 0.63% | - |
| HSV(B) | 336.07º | 0.7% | 0.97% | - |
| XYZ | 46.26 | 27 | 29.16 | - |
| YUV | 134.59 | 133.31 | 208.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 75 | 144 | 0 | 0.70 | 0.42 | 0.03 | 336.07 | 0.93 | 0.63 |
| Hex | F8 | 4B | 90 | 0 | 46 | 2A | 3 | 150 | 5D | 3F |
| Octal | 370 | 113 | 220 | 0 | 106 | 52 | 3 | 520 | 135 | 77 |
| Binary | 11111000 | 1001011 | 10010000 | 0 | 1000110 | 101010 | 11 | 101010000 | 1011101 | 111111 |
Color Harmonies of #F84B90
Complementary color
Monochromatic Colors of #F84B90
Black with #F84B90
Text Example
Text Example
White with #F84B90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F84B90; }
p { color: rgb(248,75,144); }
H1.HeaderClassName
{
color: #F84B90;
}
.AnyTagClassName
{
color: #F84B90;
}
</style>
background-color css
<style>
a { background-color: #F84B90; }
a { background-color: rgb(248,75,144); }
div.DivClassName
{
background-color: #F84B90;
}
.BgClassName
{
background-color: #F84B90;
}
</style>
border-color css
<style>
span { border-color: #F84B90; }
span { border-color: rgb(248,75,144); }
td.TdClassName
{
border-color: #F84B90;
}
.TagClassName
{
border-color: #F84B90;
}
</style>