Shades of French Rose #F75C93
Tints of French Rose #F75C93
RGB
CMYK
RGB Variations
Color information
#F75C93 (or 0xF75C93) is known color: French Rose. HEX triplet: F7, 5C and 93. RGB value is (247,92,147). Sum of RGB (Red+Green+Blue) = 247+92+147=486 (64% of max value = 765). Red value is 247 (96.88% from 255 or 50.82% from 486); Green value is 92 (36.33% from 255 or 18.93% from 486); Blue value is 147 (57.81% from 255 or 30.25% from 486); Max value from RGB is 247 - color contains mainly: red. Hex color #F75C93 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F75C93 is #08A36C. Grayscale: #909090. Windows color (decimal): -566125 or 9657591. OLE color: 9657591.
HSL color Cylindrical-coordinate representation of color #F75C93: hue angle of 338.71º degrees, saturation: 0.91, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #F75C93 is Cyan = 0, Magento = 0.63, Yellow = 0.40 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 92 | 147 | - |
| CMYK | 0 | 0.63 | 0.40 | 0.03 |
| HSL | 338.71º | 0.91% | 0.66% | - |
| HSV(B) | 338.71º | 0.63% | 0.97% | - |
| XYZ | 47.45 | 29.54 | 30.8 | - |
| YUV | 144.62 | 129.35 | 201.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 92 | 147 | 0 | 0.63 | 0.40 | 0.03 | 338.71 | 0.91 | 0.66 |
| Hex | F7 | 5C | 93 | 0 | 3F | 28 | 3 | 153 | 5B | 42 |
| Octal | 367 | 134 | 223 | 0 | 77 | 50 | 3 | 523 | 133 | 102 |
| Binary | 11110111 | 1011100 | 10010011 | 0 | 111111 | 101000 | 11 | 101010011 | 1011011 | 1000010 |
Color Harmonies of #F75C93
Complementary color
Monochromatic Colors of #F75C93
Black with #F75C93
Text Example
Text Example
White with #F75C93
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F75C93; }
p { color: rgb(247,92,147); }
H1.HeaderClassName
{
color: #F75C93;
}
.AnyTagClassName
{
color: #F75C93;
}
</style>
background-color css
<style>
a { background-color: #F75C93; }
a { background-color: rgb(247,92,147); }
div.DivClassName
{
background-color: #F75C93;
}
.BgClassName
{
background-color: #F75C93;
}
</style>
border-color css
<style>
span { border-color: #F75C93; }
span { border-color: rgb(247,92,147); }
td.TdClassName
{
border-color: #F75C93;
}
.TagClassName
{
border-color: #F75C93;
}
</style>