Shades of French Rose #FF4F90
Tints of French Rose #FF4F90
RGB
CMYK
RGB Variations
Color information
#FF4F90 (or 0xFF4F90) is known color: French Rose. HEX triplet: FF, 4F and 90. RGB value is (255,79,144). Sum of RGB (Red+Green+Blue) = 255+79+144=478 (63% of max value = 765). Red value is 255 (100% from 255 or 53.35% from 478); Green value is 79 (31.25% from 255 or 16.53% from 478); Blue value is 144 (56.64% from 255 or 30.13% from 478); Max value from RGB is 255 - color contains mainly: red. Hex color #FF4F90 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FF4F90 is #00B06F. Grayscale: #8A8A8A. Windows color (decimal): -45168 or 9457663. OLE color: 9457663.
HSL color Cylindrical-coordinate representation of color #FF4F90: hue angle of 337.84º 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 #FF4F90 is Cyan = 0, Magento = 0.69, Yellow = 0.44 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 79 | 144 | - |
| CMYK | 0 | 0.69 | 0.44 | 0 |
| HSL | 337.84º | 1% | 0.65% | - |
| HSV(B) | 337.84º | 0.69% | 1% | - |
| XYZ | 49.07 | 28.87 | 29.37 | - |
| YUV | 139.03 | 130.81 | 210.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 79 | 144 | 0 | 0.69 | 0.44 | 0 | 337.84 | 1 | 0.65 |
| Hex | FF | 4F | 90 | 0 | 45 | 2C | 0 | 152 | 64 | 41 |
| Octal | 377 | 117 | 220 | 0 | 105 | 54 | 0 | 522 | 144 | 101 |
| Binary | 11111111 | 1001111 | 10010000 | 0 | 1000101 | 101100 | 0 | 101010010 | 1100100 | 1000001 |
Color Harmonies of #FF4F90
Complementary color
Monochromatic Colors of #FF4F90
Black with #FF4F90
Text Example
Text Example
White with #FF4F90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF4F90; }
p { color: rgb(255,79,144); }
H1.HeaderClassName
{
color: #FF4F90;
}
.AnyTagClassName
{
color: #FF4F90;
}
</style>
background-color css
<style>
a { background-color: #FF4F90; }
a { background-color: rgb(255,79,144); }
div.DivClassName
{
background-color: #FF4F90;
}
.BgClassName
{
background-color: #FF4F90;
}
</style>
border-color css
<style>
span { border-color: #FF4F90; }
span { border-color: rgb(255,79,144); }
td.TdClassName
{
border-color: #FF4F90;
}
.TagClassName
{
border-color: #FF4F90;
}
</style>