Shades of French Rose #F74C83
Tints of French Rose #F74C83
RGB
CMYK
RGB Variations
Color information
#F74C83 (or 0xF74C83) is known color: French Rose. HEX triplet: F7, 4C and 83. RGB value is (247,76,131). Sum of RGB (Red+Green+Blue) = 247+76+131=454 (60% of max value = 765). Red value is 247 (96.88% from 255 or 54.41% from 454); Green value is 76 (30.08% from 255 or 16.74% from 454); Blue value is 131 (51.56% from 255 or 28.85% from 454); Max value from RGB is 247 - color contains mainly: red. Hex color #F74C83 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F74C83 is #08B37C. Grayscale: #858585. Windows color (decimal): -570237 or 8604919. OLE color: 8604919.
HSL color Cylindrical-coordinate representation of color #F74C83: hue angle of 340.7º degrees, saturation: 0.91, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #F74C83 is Cyan = 0, Magento = 0.69, Yellow = 0.47 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 76 | 131 | - |
| CMYK | 0 | 0.69 | 0.47 | 0.03 |
| HSL | 340.7º | 0.91% | 0.63% | - |
| HSV(B) | 340.7º | 0.69% | 0.97% | - |
| XYZ | 45.04 | 26.58 | 24.23 | - |
| YUV | 133.4 | 126.65 | 209.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 76 | 131 | 0 | 0.69 | 0.47 | 0.03 | 340.7 | 0.91 | 0.63 |
| Hex | F7 | 4C | 83 | 0 | 45 | 2F | 3 | 155 | 5B | 3F |
| Octal | 367 | 114 | 203 | 0 | 105 | 57 | 3 | 525 | 133 | 77 |
| Binary | 11110111 | 1001100 | 10000011 | 0 | 1000101 | 101111 | 11 | 101010101 | 1011011 | 111111 |
Color Harmonies of #F74C83
Complementary color
Monochromatic Colors of #F74C83
Black with #F74C83
Text Example
Text Example
White with #F74C83
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F74C83; }
p { color: rgb(247,76,131); }
H1.HeaderClassName
{
color: #F74C83;
}
.AnyTagClassName
{
color: #F74C83;
}
</style>
background-color css
<style>
a { background-color: #F74C83; }
a { background-color: rgb(247,76,131); }
div.DivClassName
{
background-color: #F74C83;
}
.BgClassName
{
background-color: #F74C83;
}
</style>
border-color css
<style>
span { border-color: #F74C83; }
span { border-color: rgb(247,76,131); }
td.TdClassName
{
border-color: #F74C83;
}
.TagClassName
{
border-color: #F74C83;
}
</style>