Shades of French Rose #FF4B89
Tints of French Rose #FF4B89
RGB
CMYK
RGB Variations
Color information
#FF4B89 (or 0xFF4B89) is known color: French Rose. HEX triplet: FF, 4B and 89. RGB value is (255,75,137). Sum of RGB (Red+Green+Blue) = 255+75+137=467 (61% of max value = 765). Red value is 255 (100% from 255 or 54.60% from 467); Green value is 75 (29.69% from 255 or 16.06% from 467); Blue value is 137 (53.91% from 255 or 29.34% from 467); Max value from RGB is 255 - color contains mainly: red. Hex color #FF4B89 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FF4B89 is #00B476. Grayscale: #878787. Windows color (decimal): -46199 or 8997887. OLE color: 8997887.
HSL color Cylindrical-coordinate representation of color #FF4B89: hue angle of 339.33º 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 #FF4B89 is Cyan = 0, Magento = 0.71, Yellow = 0.46 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 75 | 137 | - |
| CMYK | 0 | 0.71 | 0.46 | 0 |
| HSL | 339.33º | 1% | 0.65% | - |
| HSV(B) | 339.33º | 0.71% | 1% | - |
| XYZ | 48.27 | 28.1 | 26.55 | - |
| YUV | 135.89 | 128.63 | 212.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 75 | 137 | 0 | 0.71 | 0.46 | 0 | 339.33 | 1 | 0.65 |
| Hex | FF | 4B | 89 | 0 | 47 | 2E | 0 | 153 | 64 | 41 |
| Octal | 377 | 113 | 211 | 0 | 107 | 56 | 0 | 523 | 144 | 101 |
| Binary | 11111111 | 1001011 | 10001001 | 0 | 1000111 | 101110 | 0 | 101010011 | 1100100 | 1000001 |
Color Harmonies of #FF4B89
Complementary color
Monochromatic Colors of #FF4B89
Black with #FF4B89
Text Example
Text Example
White with #FF4B89
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF4B89; }
p { color: rgb(255,75,137); }
H1.HeaderClassName
{
color: #FF4B89;
}
.AnyTagClassName
{
color: #FF4B89;
}
</style>
background-color css
<style>
a { background-color: #FF4B89; }
a { background-color: rgb(255,75,137); }
div.DivClassName
{
background-color: #FF4B89;
}
.BgClassName
{
background-color: #FF4B89;
}
</style>
border-color css
<style>
span { border-color: #FF4B89; }
span { border-color: rgb(255,75,137); }
td.TdClassName
{
border-color: #FF4B89;
}
.TagClassName
{
border-color: #FF4B89;
}
</style>