Shades of French Rose #FF4F81
Tints of French Rose #FF4F81
RGB
CMYK
RGB Variations
Color information
#FF4F81 (or 0xFF4F81) is known color: French Rose. HEX triplet: FF, 4F and 81. RGB value is (255,79,129). Sum of RGB (Red+Green+Blue) = 255+79+129=463 (61% of max value = 765). Red value is 255 (100% from 255 or 55.08% from 463); Green value is 79 (31.25% from 255 or 17.06% from 463); Blue value is 129 (50.78% from 255 or 27.86% from 463); Max value from RGB is 255 - color contains mainly: red. Hex color #FF4F81 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FF4F81 is #00B07E. Grayscale: #898989. Windows color (decimal): -45183 or 8474623. OLE color: 8474623.
HSL color Cylindrical-coordinate representation of color #FF4F81: hue angle of 342.95º 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 #FF4F81 is Cyan = 0, Magento = 0.69, Yellow = 0.49 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 79 | 129 | - |
| CMYK | 0 | 0.69 | 0.49 | 0 |
| HSL | 342.95º | 1% | 0.65% | - |
| HSV(B) | 342.95º | 0.69% | 1% | - |
| XYZ | 48 | 28.44 | 23.73 | - |
| YUV | 137.32 | 123.31 | 211.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 79 | 129 | 0 | 0.69 | 0.49 | 0 | 342.95 | 1 | 0.65 |
| Hex | FF | 4F | 81 | 0 | 45 | 31 | 0 | 157 | 64 | 41 |
| Octal | 377 | 117 | 201 | 0 | 105 | 61 | 0 | 527 | 144 | 101 |
| Binary | 11111111 | 1001111 | 10000001 | 0 | 1000101 | 110001 | 0 | 101010111 | 1100100 | 1000001 |
Color Harmonies of #FF4F81
Complementary color
Monochromatic Colors of #FF4F81
Black with #FF4F81
Text Example
Text Example
White with #FF4F81
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF4F81; }
p { color: rgb(255,79,129); }
H1.HeaderClassName
{
color: #FF4F81;
}
.AnyTagClassName
{
color: #FF4F81;
}
</style>
background-color css
<style>
a { background-color: #FF4F81; }
a { background-color: rgb(255,79,129); }
div.DivClassName
{
background-color: #FF4F81;
}
.BgClassName
{
background-color: #FF4F81;
}
</style>
border-color css
<style>
span { border-color: #FF4F81; }
span { border-color: rgb(255,79,129); }
td.TdClassName
{
border-color: #FF4F81;
}
.TagClassName
{
border-color: #FF4F81;
}
</style>