Shades of French Rose #FF4B81
Tints of French Rose #FF4B81
RGB
CMYK
RGB Variations
Color information
#FF4B81 (or 0xFF4B81) is known color: French Rose. HEX triplet: FF, 4B and 81. RGB value is (255,75,129). Sum of RGB (Red+Green+Blue) = 255+75+129=459 (60% of max value = 765). Red value is 255 (100% from 255 or 55.56% from 459); Green value is 75 (29.69% from 255 or 16.34% from 459); Blue value is 129 (50.78% from 255 or 28.10% from 459); Max value from RGB is 255 - color contains mainly: red. Hex color #FF4B81 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FF4B81 is #00B47E. Grayscale: #868686. Windows color (decimal): -46207 or 8473599. OLE color: 8473599.
HSL color Cylindrical-coordinate representation of color #FF4B81: hue angle of 342º degrees, saturation: 1, lightness: 0.65%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #FF4B81 is Cyan = 0, Magento = 0.71, Yellow = 0.49 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 75 | 129 | - |
| CMYK | 0 | 0.71 | 0.49 | 0 |
| HSL | 342º | 1% | 0.65% | - |
| HSV(B) | 342º | 0.71% | 1% | - |
| XYZ | 47.72 | 27.88 | 23.63 | - |
| YUV | 134.98 | 124.63 | 213.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 75 | 129 | 0 | 0.71 | 0.49 | 0 | 342 | 1 | 0.65 |
| Hex | FF | 4B | 81 | 0 | 47 | 31 | 0 | 156 | 64 | 41 |
| Octal | 377 | 113 | 201 | 0 | 107 | 61 | 0 | 526 | 144 | 101 |
| Binary | 11111111 | 1001011 | 10000001 | 0 | 1000111 | 110001 | 0 | 101010110 | 1100100 | 1000001 |
Color Harmonies of #FF4B81
Complementary color
Monochromatic Colors of #FF4B81
Black with #FF4B81
Text Example
Text Example
White with #FF4B81
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF4B81; }
p { color: rgb(255,75,129); }
H1.HeaderClassName
{
color: #FF4B81;
}
.AnyTagClassName
{
color: #FF4B81;
}
</style>
background-color css
<style>
a { background-color: #FF4B81; }
a { background-color: rgb(255,75,129); }
div.DivClassName
{
background-color: #FF4B81;
}
.BgClassName
{
background-color: #FF4B81;
}
</style>
border-color css
<style>
span { border-color: #FF4B81; }
span { border-color: rgb(255,75,129); }
td.TdClassName
{
border-color: #FF4B81;
}
.TagClassName
{
border-color: #FF4B81;
}
</style>