Shades of French Rose #FF4F80
Tints of French Rose #FF4F80
RGB
CMYK
RGB Variations
Color information
#FF4F80 (or 0xFF4F80) is known color: French Rose. HEX triplet: FF, 4F and 80. RGB value is (255,79,128). Sum of RGB (Red+Green+Blue) = 255+79+128=462 (61% of max value = 765). Red value is 255 (100% from 255 or 55.19% from 462); Green value is 79 (31.25% from 255 or 17.10% from 462); Blue value is 128 (50.39% from 255 or 27.71% from 462); Max value from RGB is 255 - color contains mainly: red. Hex color #FF4F80 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FF4F80 is #00B07F. Grayscale: #898989. Windows color (decimal): -45184 or 8409087. OLE color: 8409087.
HSL color Cylindrical-coordinate representation of color #FF4F80: hue angle of 343.3º degrees, saturation: 1, lightness: 0.65%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #FF4F80 is Cyan = 0, Magento = 0.69, Yellow = 0.50 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 79 | 128 | - |
| CMYK | 0 | 0.69 | 0.50 | 0 |
| HSL | 343.3º | 1% | 0.65% | - |
| HSV(B) | 343.3º | 0.69% | 1% | - |
| XYZ | 47.93 | 28.41 | 23.38 | - |
| YUV | 137.21 | 122.81 | 212.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 79 | 128 | 0 | 0.69 | 0.50 | 0 | 343.3 | 1 | 0.65 |
| Hex | FF | 4F | 80 | 0 | 45 | 32 | 0 | 157 | 64 | 41 |
| Octal | 377 | 117 | 200 | 0 | 105 | 62 | 0 | 527 | 144 | 101 |
| Binary | 11111111 | 1001111 | 10000000 | 0 | 1000101 | 110010 | 0 | 101010111 | 1100100 | 1000001 |
Color Harmonies of #FF4F80
Complementary color
Monochromatic Colors of #FF4F80
Black with #FF4F80
Text Example
Text Example
White with #FF4F80
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF4F80; }
p { color: rgb(255,79,128); }
H1.HeaderClassName
{
color: #FF4F80;
}
.AnyTagClassName
{
color: #FF4F80;
}
</style>
background-color css
<style>
a { background-color: #FF4F80; }
a { background-color: rgb(255,79,128); }
div.DivClassName
{
background-color: #FF4F80;
}
.BgClassName
{
background-color: #FF4F80;
}
</style>
border-color css
<style>
span { border-color: #FF4F80; }
span { border-color: rgb(255,79,128); }
td.TdClassName
{
border-color: #FF4F80;
}
.TagClassName
{
border-color: #FF4F80;
}
</style>