Shades of French Rose #FF4F8B
Tints of French Rose #FF4F8B
RGB
CMYK
RGB Variations
Color information
#FF4F8B (or 0xFF4F8B) is known color: French Rose. HEX triplet: FF, 4F and 8B. RGB value is (255,79,139). Sum of RGB (Red+Green+Blue) = 255+79+139=473 (62% of max value = 765). Red value is 255 (100% from 255 or 53.91% from 473); Green value is 79 (31.25% from 255 or 16.70% from 473); Blue value is 139 (54.69% from 255 or 29.39% from 473); Max value from RGB is 255 - color contains mainly: red. Hex color #FF4F8B is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FF4F8B is #00B074. Grayscale: #8A8A8A. Windows color (decimal): -45173 or 9129983. OLE color: 9129983.
HSL color Cylindrical-coordinate representation of color #FF4F8B: hue angle of 339.55º 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 #FF4F8B is Cyan = 0, Magento = 0.69, Yellow = 0.45 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 79 | 139 | - |
| CMYK | 0 | 0.69 | 0.45 | 0 |
| HSL | 339.55º | 1% | 0.65% | - |
| HSV(B) | 339.55º | 0.69% | 1% | - |
| XYZ | 48.7 | 28.72 | 27.4 | - |
| YUV | 138.46 | 128.31 | 211.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 79 | 139 | 0 | 0.69 | 0.45 | 0 | 339.55 | 1 | 0.65 |
| Hex | FF | 4F | 8B | 0 | 45 | 2D | 0 | 154 | 64 | 41 |
| Octal | 377 | 117 | 213 | 0 | 105 | 55 | 0 | 524 | 144 | 101 |
| Binary | 11111111 | 1001111 | 10001011 | 0 | 1000101 | 101101 | 0 | 101010100 | 1100100 | 1000001 |
Color Harmonies of #FF4F8B
Complementary color
Monochromatic Colors of #FF4F8B
Black with #FF4F8B
Text Example
Text Example
White with #FF4F8B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF4F8B; }
p { color: rgb(255,79,139); }
H1.HeaderClassName
{
color: #FF4F8B;
}
.AnyTagClassName
{
color: #FF4F8B;
}
</style>
background-color css
<style>
a { background-color: #FF4F8B; }
a { background-color: rgb(255,79,139); }
div.DivClassName
{
background-color: #FF4F8B;
}
.BgClassName
{
background-color: #FF4F8B;
}
</style>
border-color css
<style>
span { border-color: #FF4F8B; }
span { border-color: rgb(255,79,139); }
td.TdClassName
{
border-color: #FF4F8B;
}
.TagClassName
{
border-color: #FF4F8B;
}
</style>