Shades of Pink Flamingo #FF4DFB
Tints of Pink Flamingo #FF4DFB
RGB
CMYK
RGB Variations
Color information
#FF4DFB (or 0xFF4DFB) is known color: Pink Flamingo. HEX triplet: FF, 4D and FB. RGB value is (255,77,251). Sum of RGB (Red+Green+Blue) = 255+77+251=583 (77% of max value = 765). Red value is 255 (100% from 255 or 43.74% from 583); Green value is 77 (30.47% from 255 or 13.21% from 583); Blue value is 251 (98.44% from 255 or 43.05% from 583); Max value from RGB is 255 - color contains mainly: red. Hex color #FF4DFB is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #FF4DFB is #00B204. Grayscale: #959595. Windows color (decimal): -45573 or 16469503. OLE color: 16469503.
HSL color Cylindrical-coordinate representation of color #FF4DFB: hue angle of 301.35º degrees, saturation: 1, lightness: 0.65%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #FF4DFB is Cyan = 0, Magento = 0.70, Yellow = 0.02 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 77 | 251 | - |
| CMYK | 0 | 0.70 | 0.02 | 0 |
| HSL | 301.35º | 1% | 0.65% | - |
| HSV(B) | 301.35º | 0.7% | 1% | - |
| XYZ | 61.31 | 33.53 | 94.51 | - |
| YUV | 150.06 | 184.97 | 202.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 77 | 251 | 0 | 0.70 | 0.02 | 0 | 301.35 | 1 | 0.65 |
| Hex | FF | 4D | FB | 0 | 46 | 2 | 0 | 12D | 64 | 41 |
| Octal | 377 | 115 | 373 | 0 | 106 | 2 | 0 | 455 | 144 | 101 |
| Binary | 11111111 | 1001101 | 11111011 | 0 | 1000110 | 10 | 0 | 100101101 | 1100100 | 1000001 |
Color Harmonies of #FF4DFB
Complementary color
Monochromatic Colors of #FF4DFB
Black with #FF4DFB
Text Example
Text Example
White with #FF4DFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF4DFB; }
p { color: rgb(255,77,251); }
H1.HeaderClassName
{
color: #FF4DFB;
}
.AnyTagClassName
{
color: #FF4DFB;
}
</style>
background-color css
<style>
a { background-color: #FF4DFB; }
a { background-color: rgb(255,77,251); }
div.DivClassName
{
background-color: #FF4DFB;
}
.BgClassName
{
background-color: #FF4DFB;
}
</style>
border-color css
<style>
span { border-color: #FF4DFB; }
span { border-color: rgb(255,77,251); }
td.TdClassName
{
border-color: #FF4DFB;
}
.TagClassName
{
border-color: #FF4DFB;
}
</style>