Shades of French Rose #F7508F
Tints of French Rose #F7508F
RGB
CMYK
RGB Variations
Color information
#F7508F (or 0xF7508F) is known color: French Rose. HEX triplet: F7, 50 and 8F. RGB value is (247,80,143). Sum of RGB (Red+Green+Blue) = 247+80+143=470 (62% of max value = 765). Red value is 247 (96.88% from 255 or 52.55% from 470); Green value is 80 (31.64% from 255 or 17.02% from 470); Blue value is 143 (56.25% from 255 or 30.43% from 470); Max value from RGB is 247 - color contains mainly: red. Hex color #F7508F is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F7508F is #08AF70. Grayscale: #898989. Windows color (decimal): -569201 or 9392375. OLE color: 9392375.
HSL color Cylindrical-coordinate representation of color #F7508F: hue angle of 337.37º degrees, saturation: 0.91, 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 #F7508F is Cyan = 0, Magento = 0.68, Yellow = 0.42 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 80 | 143 | - |
| CMYK | 0 | 0.68 | 0.42 | 0.03 |
| HSL | 337.37º | 0.91% | 0.64% | - |
| HSV(B) | 337.37º | 0.68% | 0.97% | - |
| XYZ | 46.18 | 27.49 | 28.86 | - |
| YUV | 137.12 | 131.33 | 206.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 80 | 143 | 0 | 0.68 | 0.42 | 0.03 | 337.37 | 0.91 | 0.64 |
| Hex | F7 | 50 | 8F | 0 | 44 | 2A | 3 | 151 | 5B | 40 |
| Octal | 367 | 120 | 217 | 0 | 104 | 52 | 3 | 521 | 133 | 100 |
| Binary | 11110111 | 1010000 | 10001111 | 0 | 1000100 | 101010 | 11 | 101010001 | 1011011 | 1000000 |
Color Harmonies of #F7508F
Complementary color
Monochromatic Colors of #F7508F
Black with #F7508F
Text Example
Text Example
White with #F7508F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F7508F; }
p { color: rgb(247,80,143); }
H1.HeaderClassName
{
color: #F7508F;
}
.AnyTagClassName
{
color: #F7508F;
}
</style>
background-color css
<style>
a { background-color: #F7508F; }
a { background-color: rgb(247,80,143); }
div.DivClassName
{
background-color: #F7508F;
}
.BgClassName
{
background-color: #F7508F;
}
</style>
border-color css
<style>
span { border-color: #F7508F; }
span { border-color: rgb(247,80,143); }
td.TdClassName
{
border-color: #F7508F;
}
.TagClassName
{
border-color: #F7508F;
}
</style>