Shades of French Rose #F84F90
Tints of French Rose #F84F90
RGB
CMYK
RGB Variations
Color information
#F84F90 (or 0xF84F90) is known color: French Rose. HEX triplet: F8, 4F and 90. RGB value is (248,79,144). Sum of RGB (Red+Green+Blue) = 248+79+144=471 (62% of max value = 765). Red value is 248 (97.27% from 255 or 52.65% from 471); Green value is 79 (31.25% from 255 or 16.77% from 471); Blue value is 144 (56.64% from 255 or 30.57% from 471); Max value from RGB is 248 - color contains mainly: red. Hex color #F84F90 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F84F90 is #07B06F. Grayscale: #888888. Windows color (decimal): -503920 or 9457656. OLE color: 9457656.
HSL color Cylindrical-coordinate representation of color #F84F90: hue angle of 336.92º degrees, saturation: 0.92, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #F84F90 is Cyan = 0, Magento = 0.68, Yellow = 0.42 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 79 | 144 | - |
| CMYK | 0 | 0.68 | 0.42 | 0.03 |
| HSL | 336.92º | 0.92% | 0.64% | - |
| HSV(B) | 336.92º | 0.68% | 0.97% | - |
| XYZ | 46.54 | 27.56 | 29.25 | - |
| YUV | 136.94 | 131.99 | 207.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 79 | 144 | 0 | 0.68 | 0.42 | 0.03 | 336.92 | 0.92 | 0.64 |
| Hex | F8 | 4F | 90 | 0 | 44 | 2A | 3 | 151 | 5C | 40 |
| Octal | 370 | 117 | 220 | 0 | 104 | 52 | 3 | 521 | 134 | 100 |
| Binary | 11111000 | 1001111 | 10010000 | 0 | 1000100 | 101010 | 11 | 101010001 | 1011100 | 1000000 |
Color Harmonies of #F84F90
Complementary color
Monochromatic Colors of #F84F90
Black with #F84F90
Text Example
Text Example
White with #F84F90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F84F90; }
p { color: rgb(248,79,144); }
H1.HeaderClassName
{
color: #F84F90;
}
.AnyTagClassName
{
color: #F84F90;
}
</style>
background-color css
<style>
a { background-color: #F84F90; }
a { background-color: rgb(248,79,144); }
div.DivClassName
{
background-color: #F84F90;
}
.BgClassName
{
background-color: #F84F90;
}
</style>
border-color css
<style>
span { border-color: #F84F90; }
span { border-color: rgb(248,79,144); }
td.TdClassName
{
border-color: #F84F90;
}
.TagClassName
{
border-color: #F84F90;
}
</style>