Shades of French Rose #FF4C93
Tints of French Rose #FF4C93
RGB
CMYK
RGB Variations
Color information
#FF4C93 (or 0xFF4C93) is known color: French Rose. HEX triplet: FF, 4C and 93. RGB value is (255,76,147). Sum of RGB (Red+Green+Blue) = 255+76+147=478 (63% of max value = 765). Red value is 255 (100% from 255 or 53.35% from 478); Green value is 76 (30.08% from 255 or 15.90% from 478); Blue value is 147 (57.81% from 255 or 30.75% from 478); Max value from RGB is 255 - color contains mainly: red. Hex color #FF4C93 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FF4C93 is #00B36C. Grayscale: #898989. Windows color (decimal): -45933 or 9653503. OLE color: 9653503.
HSL color Cylindrical-coordinate representation of color #FF4C93: hue angle of 336.2º degrees, saturation: 1, lightness: 0.65%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #FF4C93 is Cyan = 0, Magento = 0.70, Yellow = 0.42 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 76 | 147 | - |
| CMYK | 0 | 0.70 | 0.42 | 0 |
| HSL | 336.2º | 1% | 0.65% | - |
| HSV(B) | 336.2º | 0.7% | 1% | - |
| XYZ | 49.09 | 28.54 | 30.52 | - |
| YUV | 137.62 | 133.3 | 211.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 76 | 147 | 0 | 0.70 | 0.42 | 0 | 336.2 | 1 | 0.65 |
| Hex | FF | 4C | 93 | 0 | 46 | 2A | 0 | 150 | 64 | 41 |
| Octal | 377 | 114 | 223 | 0 | 106 | 52 | 0 | 520 | 144 | 101 |
| Binary | 11111111 | 1001100 | 10010011 | 0 | 1000110 | 101010 | 0 | 101010000 | 1100100 | 1000001 |
Color Harmonies of #FF4C93
Complementary color
Monochromatic Colors of #FF4C93
Black with #FF4C93
Text Example
Text Example
White with #FF4C93
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF4C93; }
p { color: rgb(255,76,147); }
H1.HeaderClassName
{
color: #FF4C93;
}
.AnyTagClassName
{
color: #FF4C93;
}
</style>
background-color css
<style>
a { background-color: #FF4C93; }
a { background-color: rgb(255,76,147); }
div.DivClassName
{
background-color: #FF4C93;
}
.BgClassName
{
background-color: #FF4C93;
}
</style>
border-color css
<style>
span { border-color: #FF4C93; }
span { border-color: rgb(255,76,147); }
td.TdClassName
{
border-color: #FF4C93;
}
.TagClassName
{
border-color: #FF4C93;
}
</style>