Shades of French Rose #FF4B7E
Tints of French Rose #FF4B7E
RGB
CMYK
RGB Variations
Color information
#FF4B7E (or 0xFF4B7E) is known color: French Rose. HEX triplet: FF, 4B and 7E. RGB value is (255,75,126). Sum of RGB (Red+Green+Blue) = 255+75+126=456 (60% of max value = 765). Red value is 255 (100% from 255 or 55.92% from 456); Green value is 75 (29.69% from 255 or 16.45% from 456); Blue value is 126 (49.61% from 255 or 27.63% from 456); Max value from RGB is 255 - color contains mainly: red. Hex color #FF4B7E is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FF4B7E is #00B481. Grayscale: #868686. Windows color (decimal): -46210 or 8276991. OLE color: 8276991.
HSL color Cylindrical-coordinate representation of color #FF4B7E: hue angle of 343º 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 #FF4B7E is Cyan = 0, Magento = 0.71, Yellow = 0.51 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 75 | 126 | - |
| CMYK | 0 | 0.71 | 0.51 | 0 |
| HSL | 343º | 1% | 0.65% | - |
| HSV(B) | 343º | 0.71% | 1% | - |
| XYZ | 47.52 | 27.8 | 22.6 | - |
| YUV | 134.63 | 123.13 | 213.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 75 | 126 | 0 | 0.71 | 0.51 | 0 | 343 | 1 | 0.65 |
| Hex | FF | 4B | 7E | 0 | 47 | 33 | 0 | 157 | 64 | 41 |
| Octal | 377 | 113 | 176 | 0 | 107 | 63 | 0 | 527 | 144 | 101 |
| Binary | 11111111 | 1001011 | 1111110 | 0 | 1000111 | 110011 | 0 | 101010111 | 1100100 | 1000001 |
Color Harmonies of #FF4B7E
Complementary color
Monochromatic Colors of #FF4B7E
Black with #FF4B7E
Text Example
Text Example
White with #FF4B7E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF4B7E; }
p { color: rgb(255,75,126); }
H1.HeaderClassName
{
color: #FF4B7E;
}
.AnyTagClassName
{
color: #FF4B7E;
}
</style>
background-color css
<style>
a { background-color: #FF4B7E; }
a { background-color: rgb(255,75,126); }
div.DivClassName
{
background-color: #FF4B7E;
}
.BgClassName
{
background-color: #FF4B7E;
}
</style>
border-color css
<style>
span { border-color: #FF4B7E; }
span { border-color: rgb(255,75,126); }
td.TdClassName
{
border-color: #FF4B7E;
}
.TagClassName
{
border-color: #FF4B7E;
}
</style>