Shades of French Rose #F84F7E
Tints of French Rose #F84F7E
RGB
CMYK
RGB Variations
Color information
#F84F7E (or 0xF84F7E) is known color: French Rose. HEX triplet: F8, 4F and 7E. RGB value is (248,79,126). Sum of RGB (Red+Green+Blue) = 248+79+126=453 (60% of max value = 765). Red value is 248 (97.27% from 255 or 54.75% from 453); Green value is 79 (31.25% from 255 or 17.44% from 453); Blue value is 126 (49.61% from 255 or 27.81% from 453); Max value from RGB is 248 - color contains mainly: red. Hex color #F84F7E is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F84F7E is #07B081. Grayscale: #868686. Windows color (decimal): -503938 or 8278008. OLE color: 8278008.
HSL color Cylindrical-coordinate representation of color #F84F7E: hue angle of 343.31º 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 #F84F7E is Cyan = 0, Magento = 0.68, Yellow = 0.49 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 79 | 126 | - |
| CMYK | 0 | 0.68 | 0.49 | 0.03 |
| HSL | 343.31º | 0.92% | 0.64% | - |
| HSV(B) | 343.31º | 0.68% | 0.97% | - |
| XYZ | 45.27 | 27.05 | 22.57 | - |
| YUV | 134.89 | 122.99 | 208.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 79 | 126 | 0 | 0.68 | 0.49 | 0.03 | 343.31 | 0.92 | 0.64 |
| Hex | F8 | 4F | 7E | 0 | 44 | 31 | 3 | 157 | 5C | 40 |
| Octal | 370 | 117 | 176 | 0 | 104 | 61 | 3 | 527 | 134 | 100 |
| Binary | 11111000 | 1001111 | 1111110 | 0 | 1000100 | 110001 | 11 | 101010111 | 1011100 | 1000000 |
Color Harmonies of #F84F7E
Complementary color
Monochromatic Colors of #F84F7E
Black with #F84F7E
Text Example
Text Example
White with #F84F7E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F84F7E; }
p { color: rgb(248,79,126); }
H1.HeaderClassName
{
color: #F84F7E;
}
.AnyTagClassName
{
color: #F84F7E;
}
</style>
background-color css
<style>
a { background-color: #F84F7E; }
a { background-color: rgb(248,79,126); }
div.DivClassName
{
background-color: #F84F7E;
}
.BgClassName
{
background-color: #F84F7E;
}
</style>
border-color css
<style>
span { border-color: #F84F7E; }
span { border-color: rgb(248,79,126); }
td.TdClassName
{
border-color: #F84F7E;
}
.TagClassName
{
border-color: #F84F7E;
}
</style>