Shades of French Rose #FF4F93
Tints of French Rose #FF4F93
RGB
CMYK
RGB Variations
Color information
#FF4F93 (or 0xFF4F93) is known color: French Rose. HEX triplet: FF, 4F and 93. RGB value is (255,79,147). Sum of RGB (Red+Green+Blue) = 255+79+147=481 (63% of max value = 765). Red value is 255 (100% from 255 or 53.01% from 481); Green value is 79 (31.25% from 255 or 16.42% from 481); Blue value is 147 (57.81% from 255 or 30.56% from 481); Max value from RGB is 255 - color contains mainly: red. Hex color #FF4F93 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FF4F93 is #00B06C. Grayscale: #8B8B8B. Windows color (decimal): -45165 or 9654271. OLE color: 9654271.
HSL color Cylindrical-coordinate representation of color #FF4F93: hue angle of 336.82º 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 #FF4F93 is Cyan = 0, Magento = 0.69, Yellow = 0.42 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 79 | 147 | - |
| CMYK | 0 | 0.69 | 0.42 | 0 |
| HSL | 336.82º | 1% | 0.65% | - |
| HSV(B) | 336.82º | 0.69% | 1% | - |
| XYZ | 49.3 | 28.96 | 30.59 | - |
| YUV | 139.38 | 132.31 | 210.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 79 | 147 | 0 | 0.69 | 0.42 | 0 | 336.82 | 1 | 0.65 |
| Hex | FF | 4F | 93 | 0 | 45 | 2A | 0 | 151 | 64 | 41 |
| Octal | 377 | 117 | 223 | 0 | 105 | 52 | 0 | 521 | 144 | 101 |
| Binary | 11111111 | 1001111 | 10010011 | 0 | 1000101 | 101010 | 0 | 101010001 | 1100100 | 1000001 |
Color Harmonies of #FF4F93
Complementary color
Monochromatic Colors of #FF4F93
Black with #FF4F93
Text Example
Text Example
White with #FF4F93
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF4F93; }
p { color: rgb(255,79,147); }
H1.HeaderClassName
{
color: #FF4F93;
}
.AnyTagClassName
{
color: #FF4F93;
}
</style>
background-color css
<style>
a { background-color: #FF4F93; }
a { background-color: rgb(255,79,147); }
div.DivClassName
{
background-color: #FF4F93;
}
.BgClassName
{
background-color: #FF4F93;
}
</style>
border-color css
<style>
span { border-color: #FF4F93; }
span { border-color: rgb(255,79,147); }
td.TdClassName
{
border-color: #FF4F93;
}
.TagClassName
{
border-color: #FF4F93;
}
</style>