Shades of French Rose #FF5081
Tints of French Rose #FF5081
RGB
CMYK
RGB Variations
Color information
#FF5081 (or 0xFF5081) is known color: French Rose. HEX triplet: FF, 50 and 81. RGB value is (255,80,129). Sum of RGB (Red+Green+Blue) = 255+80+129=464 (61% of max value = 765). Red value is 255 (100% from 255 or 54.96% from 464); Green value is 80 (31.64% from 255 or 17.24% from 464); Blue value is 129 (50.78% from 255 or 27.80% from 464); Max value from RGB is 255 - color contains mainly: red. Hex color #FF5081 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FF5081 is #00AF7E. Grayscale: #898989. Windows color (decimal): -44927 or 8474879. OLE color: 8474879.
HSL color Cylindrical-coordinate representation of color #FF5081: hue angle of 343.2º degrees, saturation: 1, lightness: 0.66%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #FF5081 is Cyan = 0, Magento = 0.69, Yellow = 0.49 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 80 | 129 | - |
| CMYK | 0 | 0.69 | 0.49 | 0 |
| HSL | 343.2º | 1% | 0.66% | - |
| HSV(B) | 343.2º | 0.69% | 1% | - |
| XYZ | 48.07 | 28.58 | 23.75 | - |
| YUV | 137.91 | 122.98 | 211.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 80 | 129 | 0 | 0.69 | 0.49 | 0 | 343.2 | 1 | 0.66 |
| Hex | FF | 50 | 81 | 0 | 45 | 31 | 0 | 157 | 64 | 42 |
| Octal | 377 | 120 | 201 | 0 | 105 | 61 | 0 | 527 | 144 | 102 |
| Binary | 11111111 | 1010000 | 10000001 | 0 | 1000101 | 110001 | 0 | 101010111 | 1100100 | 1000010 |
Color Harmonies of #FF5081
Complementary color
Monochromatic Colors of #FF5081
Black with #FF5081
Text Example
Text Example
White with #FF5081
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF5081; }
p { color: rgb(255,80,129); }
H1.HeaderClassName
{
color: #FF5081;
}
.AnyTagClassName
{
color: #FF5081;
}
</style>
background-color css
<style>
a { background-color: #FF5081; }
a { background-color: rgb(255,80,129); }
div.DivClassName
{
background-color: #FF5081;
}
.BgClassName
{
background-color: #FF5081;
}
</style>
border-color css
<style>
span { border-color: #FF5081; }
span { border-color: rgb(255,80,129); }
td.TdClassName
{
border-color: #FF5081;
}
.TagClassName
{
border-color: #FF5081;
}
</style>