Shades of French Rose #FF4B7D
Tints of French Rose #FF4B7D
RGB
CMYK
RGB Variations
Color information
#FF4B7D (or 0xFF4B7D) is known color: French Rose. HEX triplet: FF, 4B and 7D. RGB value is (255,75,125). Sum of RGB (Red+Green+Blue) = 255+75+125=455 (60% of max value = 765). Red value is 255 (100% from 255 or 56.04% from 455); Green value is 75 (29.69% from 255 or 16.48% from 455); Blue value is 125 (49.22% from 255 or 27.47% from 455); Max value from RGB is 255 - color contains mainly: red. Hex color #FF4B7D is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FF4B7D is #00B482. Grayscale: #868686. Windows color (decimal): -46211 or 8211455. OLE color: 8211455.
HSL color Cylindrical-coordinate representation of color #FF4B7D: hue angle of 343.33º 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 #FF4B7D is Cyan = 0, Magento = 0.71, Yellow = 0.51 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 75 | 125 | - |
| CMYK | 0 | 0.71 | 0.51 | 0 |
| HSL | 343.33º | 1% | 0.65% | - |
| HSV(B) | 343.33º | 0.71% | 1% | - |
| XYZ | 47.46 | 27.77 | 22.26 | - |
| YUV | 134.52 | 122.63 | 213.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 75 | 125 | 0 | 0.71 | 0.51 | 0 | 343.33 | 1 | 0.65 |
| Hex | FF | 4B | 7D | 0 | 47 | 33 | 0 | 157 | 64 | 41 |
| Octal | 377 | 113 | 175 | 0 | 107 | 63 | 0 | 527 | 144 | 101 |
| Binary | 11111111 | 1001011 | 1111101 | 0 | 1000111 | 110011 | 0 | 101010111 | 1100100 | 1000001 |
Color Harmonies of #FF4B7D
Complementary color
Monochromatic Colors of #FF4B7D
Black with #FF4B7D
Text Example
Text Example
White with #FF4B7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF4B7D; }
p { color: rgb(255,75,125); }
H1.HeaderClassName
{
color: #FF4B7D;
}
.AnyTagClassName
{
color: #FF4B7D;
}
</style>
background-color css
<style>
a { background-color: #FF4B7D; }
a { background-color: rgb(255,75,125); }
div.DivClassName
{
background-color: #FF4B7D;
}
.BgClassName
{
background-color: #FF4B7D;
}
</style>
border-color css
<style>
span { border-color: #FF4B7D; }
span { border-color: rgb(255,75,125); }
td.TdClassName
{
border-color: #FF4B7D;
}
.TagClassName
{
border-color: #FF4B7D;
}
</style>