Shades of French Rose #FF4B8C
Tints of French Rose #FF4B8C
RGB
CMYK
RGB Variations
Color information
#FF4B8C (or 0xFF4B8C) is known color: French Rose. HEX triplet: FF, 4B and 8C. RGB value is (255,75,140). Sum of RGB (Red+Green+Blue) = 255+75+140=470 (62% of max value = 765). Red value is 255 (100% from 255 or 54.26% from 470); Green value is 75 (29.69% from 255 or 15.96% from 470); Blue value is 140 (55.08% from 255 or 29.79% from 470); Max value from RGB is 255 - color contains mainly: red. Hex color #FF4B8C is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FF4B8C is #00B473. Grayscale: #888888. Windows color (decimal): -46196 or 9194495. OLE color: 9194495.
HSL color Cylindrical-coordinate representation of color #FF4B8C: hue angle of 338.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 #FF4B8C is Cyan = 0, Magento = 0.71, Yellow = 0.45 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 75 | 140 | - |
| CMYK | 0 | 0.71 | 0.45 | 0 |
| HSL | 338.33º | 1% | 0.65% | - |
| HSV(B) | 338.33º | 0.71% | 1% | - |
| XYZ | 48.49 | 28.19 | 27.7 | - |
| YUV | 136.23 | 130.13 | 212.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 75 | 140 | 0 | 0.71 | 0.45 | 0 | 338.33 | 1 | 0.65 |
| Hex | FF | 4B | 8C | 0 | 47 | 2D | 0 | 152 | 64 | 41 |
| Octal | 377 | 113 | 214 | 0 | 107 | 55 | 0 | 522 | 144 | 101 |
| Binary | 11111111 | 1001011 | 10001100 | 0 | 1000111 | 101101 | 0 | 101010010 | 1100100 | 1000001 |
Color Harmonies of #FF4B8C
Complementary color
Monochromatic Colors of #FF4B8C
Black with #FF4B8C
Text Example
Text Example
White with #FF4B8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF4B8C; }
p { color: rgb(255,75,140); }
H1.HeaderClassName
{
color: #FF4B8C;
}
.AnyTagClassName
{
color: #FF4B8C;
}
</style>
background-color css
<style>
a { background-color: #FF4B8C; }
a { background-color: rgb(255,75,140); }
div.DivClassName
{
background-color: #FF4B8C;
}
.BgClassName
{
background-color: #FF4B8C;
}
</style>
border-color css
<style>
span { border-color: #FF4B8C; }
span { border-color: rgb(255,75,140); }
td.TdClassName
{
border-color: #FF4B8C;
}
.TagClassName
{
border-color: #FF4B8C;
}
</style>