Shades of French Rose #F75A8C
Tints of French Rose #F75A8C
RGB
CMYK
RGB Variations
Color information
#F75A8C (or 0xF75A8C) is known color: French Rose. HEX triplet: F7, 5A and 8C. RGB value is (247,90,140). Sum of RGB (Red+Green+Blue) = 247+90+140=477 (63% of max value = 765). Red value is 247 (96.88% from 255 or 51.78% from 477); Green value is 90 (35.55% from 255 or 18.87% from 477); Blue value is 140 (55.08% from 255 or 29.35% from 477); Max value from RGB is 247 - color contains mainly: red. Hex color #F75A8C is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F75A8C is #08A573. Grayscale: #8E8E8E. Windows color (decimal): -566644 or 9198327. OLE color: 9198327.
HSL color Cylindrical-coordinate representation of color #F75A8C: hue angle of 340.89º degrees, saturation: 0.91, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #F75A8C is Cyan = 0, Magento = 0.64, Yellow = 0.43 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 90 | 140 | - |
| CMYK | 0 | 0.64 | 0.43 | 0.03 |
| HSL | 340.89º | 0.91% | 0.66% | - |
| HSV(B) | 340.89º | 0.64% | 0.97% | - |
| XYZ | 46.75 | 28.98 | 27.94 | - |
| YUV | 142.64 | 126.51 | 202.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 90 | 140 | 0 | 0.64 | 0.43 | 0.03 | 340.89 | 0.91 | 0.66 |
| Hex | F7 | 5A | 8C | 0 | 40 | 2B | 3 | 155 | 5B | 42 |
| Octal | 367 | 132 | 214 | 0 | 100 | 53 | 3 | 525 | 133 | 102 |
| Binary | 11110111 | 1011010 | 10001100 | 0 | 1000000 | 101011 | 11 | 101010101 | 1011011 | 1000010 |
Color Harmonies of #F75A8C
Complementary color
Monochromatic Colors of #F75A8C
Black with #F75A8C
Text Example
Text Example
White with #F75A8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F75A8C; }
p { color: rgb(247,90,140); }
H1.HeaderClassName
{
color: #F75A8C;
}
.AnyTagClassName
{
color: #F75A8C;
}
</style>
background-color css
<style>
a { background-color: #F75A8C; }
a { background-color: rgb(247,90,140); }
div.DivClassName
{
background-color: #F75A8C;
}
.BgClassName
{
background-color: #F75A8C;
}
</style>
border-color css
<style>
span { border-color: #F75A8C; }
span { border-color: rgb(247,90,140); }
td.TdClassName
{
border-color: #F75A8C;
}
.TagClassName
{
border-color: #F75A8C;
}
</style>