Shades of French Rose #FF4B8D
Tints of French Rose #FF4B8D
RGB
CMYK
RGB Variations
Color information
#FF4B8D (or 0xFF4B8D) is known color: French Rose. HEX triplet: FF, 4B and 8D. RGB value is (255,75,141). Sum of RGB (Red+Green+Blue) = 255+75+141=471 (62% of max value = 765). Red value is 255 (100% from 255 or 54.14% from 471); Green value is 75 (29.69% from 255 or 15.92% from 471); Blue value is 141 (55.47% from 255 or 29.94% from 471); Max value from RGB is 255 - color contains mainly: red. Hex color #FF4B8D is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FF4B8D is #00B472. Grayscale: #888888. Windows color (decimal): -46195 or 9260031. OLE color: 9260031.
HSL color Cylindrical-coordinate representation of color #FF4B8D: hue angle of 338º degrees, saturation: 1, lightness: 0.65%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #FF4B8D is Cyan = 0, Magento = 0.71, Yellow = 0.45 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 75 | 141 | - |
| CMYK | 0 | 0.71 | 0.45 | 0 |
| HSL | 338º | 1% | 0.65% | - |
| HSV(B) | 338º | 0.71% | 1% | - |
| XYZ | 48.56 | 28.22 | 28.09 | - |
| YUV | 136.34 | 130.63 | 212.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 75 | 141 | 0 | 0.71 | 0.45 | 0 | 338 | 1 | 0.65 |
| Hex | FF | 4B | 8D | 0 | 47 | 2D | 0 | 152 | 64 | 41 |
| Octal | 377 | 113 | 215 | 0 | 107 | 55 | 0 | 522 | 144 | 101 |
| Binary | 11111111 | 1001011 | 10001101 | 0 | 1000111 | 101101 | 0 | 101010010 | 1100100 | 1000001 |
Color Harmonies of #FF4B8D
Complementary color
Monochromatic Colors of #FF4B8D
Black with #FF4B8D
Text Example
Text Example
White with #FF4B8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF4B8D; }
p { color: rgb(255,75,141); }
H1.HeaderClassName
{
color: #FF4B8D;
}
.AnyTagClassName
{
color: #FF4B8D;
}
</style>
background-color css
<style>
a { background-color: #FF4B8D; }
a { background-color: rgb(255,75,141); }
div.DivClassName
{
background-color: #FF4B8D;
}
.BgClassName
{
background-color: #FF4B8D;
}
</style>
border-color css
<style>
span { border-color: #FF4B8D; }
span { border-color: rgb(255,75,141); }
td.TdClassName
{
border-color: #FF4B8D;
}
.TagClassName
{
border-color: #FF4B8D;
}
</style>