Shades of French Rose #FF4F8C
Tints of French Rose #FF4F8C
RGB
CMYK
RGB Variations
Color information
#FF4F8C (or 0xFF4F8C) is known color: French Rose. HEX triplet: FF, 4F and 8C. RGB value is (255,79,140). Sum of RGB (Red+Green+Blue) = 255+79+140=474 (62% of max value = 765). Red value is 255 (100% from 255 or 53.80% from 474); Green value is 79 (31.25% from 255 or 16.67% from 474); Blue value is 140 (55.08% from 255 or 29.54% from 474); Max value from RGB is 255 - color contains mainly: red. Hex color #FF4F8C is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FF4F8C is #00B073. Grayscale: #8A8A8A. Windows color (decimal): -45172 or 9195519. OLE color: 9195519.
HSL color Cylindrical-coordinate representation of color #FF4F8C: hue angle of 339.2º 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 #FF4F8C is Cyan = 0, Magento = 0.69, Yellow = 0.45 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 79 | 140 | - |
| CMYK | 0 | 0.69 | 0.45 | 0 |
| HSL | 339.2º | 1% | 0.65% | - |
| HSV(B) | 339.2º | 0.69% | 1% | - |
| XYZ | 48.77 | 28.75 | 27.79 | - |
| YUV | 138.58 | 128.81 | 211.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 79 | 140 | 0 | 0.69 | 0.45 | 0 | 339.2 | 1 | 0.65 |
| Hex | FF | 4F | 8C | 0 | 45 | 2D | 0 | 153 | 64 | 41 |
| Octal | 377 | 117 | 214 | 0 | 105 | 55 | 0 | 523 | 144 | 101 |
| Binary | 11111111 | 1001111 | 10001100 | 0 | 1000101 | 101101 | 0 | 101010011 | 1100100 | 1000001 |
Color Harmonies of #FF4F8C
Complementary color
Monochromatic Colors of #FF4F8C
Black with #FF4F8C
Text Example
Text Example
White with #FF4F8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF4F8C; }
p { color: rgb(255,79,140); }
H1.HeaderClassName
{
color: #FF4F8C;
}
.AnyTagClassName
{
color: #FF4F8C;
}
</style>
background-color css
<style>
a { background-color: #FF4F8C; }
a { background-color: rgb(255,79,140); }
div.DivClassName
{
background-color: #FF4F8C;
}
.BgClassName
{
background-color: #FF4F8C;
}
</style>
border-color css
<style>
span { border-color: #FF4F8C; }
span { border-color: rgb(255,79,140); }
td.TdClassName
{
border-color: #FF4F8C;
}
.TagClassName
{
border-color: #FF4F8C;
}
</style>