Shades of French Rose #F74B8C
Tints of French Rose #F74B8C
RGB
CMYK
RGB Variations
Color information
#F74B8C (or 0xF74B8C) is known color: French Rose. HEX triplet: F7, 4B and 8C. RGB value is (247,75,140). Sum of RGB (Red+Green+Blue) = 247+75+140=462 (61% of max value = 765). Red value is 247 (96.88% from 255 or 53.46% from 462); Green value is 75 (29.69% from 255 or 16.23% from 462); Blue value is 140 (55.08% from 255 or 30.30% from 462); Max value from RGB is 247 - color contains mainly: red. Hex color #F74B8C is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F74B8C is #08B473. Grayscale: #858585. Windows color (decimal): -570484 or 9194487. OLE color: 9194487.
HSL color Cylindrical-coordinate representation of color #F74B8C: hue angle of 337.33º degrees, saturation: 0.91, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #F74B8C is Cyan = 0, Magento = 0.70, Yellow = 0.43 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 75 | 140 | - |
| CMYK | 0 | 0.70 | 0.43 | 0.03 |
| HSL | 337.33º | 0.91% | 0.63% | - |
| HSV(B) | 337.33º | 0.7% | 0.97% | - |
| XYZ | 45.61 | 26.7 | 27.56 | - |
| YUV | 133.84 | 131.48 | 208.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 75 | 140 | 0 | 0.70 | 0.43 | 0.03 | 337.33 | 0.91 | 0.63 |
| Hex | F7 | 4B | 8C | 0 | 46 | 2B | 3 | 151 | 5B | 3F |
| Octal | 367 | 113 | 214 | 0 | 106 | 53 | 3 | 521 | 133 | 77 |
| Binary | 11110111 | 1001011 | 10001100 | 0 | 1000110 | 101011 | 11 | 101010001 | 1011011 | 111111 |
Color Harmonies of #F74B8C
Complementary color
Monochromatic Colors of #F74B8C
Black with #F74B8C
Text Example
Text Example
White with #F74B8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F74B8C; }
p { color: rgb(247,75,140); }
H1.HeaderClassName
{
color: #F74B8C;
}
.AnyTagClassName
{
color: #F74B8C;
}
</style>
background-color css
<style>
a { background-color: #F74B8C; }
a { background-color: rgb(247,75,140); }
div.DivClassName
{
background-color: #F74B8C;
}
.BgClassName
{
background-color: #F74B8C;
}
</style>
border-color css
<style>
span { border-color: #F74B8C; }
span { border-color: rgb(247,75,140); }
td.TdClassName
{
border-color: #F74B8C;
}
.TagClassName
{
border-color: #F74B8C;
}
</style>