Shades of Pink Flamingo #FF4DF6
Tints of Pink Flamingo #FF4DF6
RGB
CMYK
RGB Variations
Color information
#FF4DF6 (or 0xFF4DF6) is known color: Pink Flamingo. HEX triplet: FF, 4D and F6. RGB value is (255,77,246). Sum of RGB (Red+Green+Blue) = 255+77+246=578 (76% of max value = 765). Red value is 255 (100% from 255 or 44.12% from 578); Green value is 77 (30.47% from 255 or 13.32% from 578); Blue value is 246 (96.48% from 255 or 42.56% from 578); Max value from RGB is 255 - color contains mainly: red. Hex color #FF4DF6 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #FF4DF6 is #00B209. Grayscale: #949494. Windows color (decimal): -45578 or 16141823. OLE color: 16141823.
HSL color Cylindrical-coordinate representation of color #FF4DF6: hue angle of 303.03º 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 #FF4DF6 is Cyan = 0, Magento = 0.70, Yellow = 0.04 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 77 | 246 | - |
| CMYK | 0 | 0.70 | 0.04 | 0 |
| HSL | 303.03º | 1% | 0.65% | - |
| HSV(B) | 303.03º | 0.7% | 1% | - |
| XYZ | 60.53 | 33.22 | 90.41 | - |
| YUV | 149.49 | 182.47 | 203.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 77 | 246 | 0 | 0.70 | 0.04 | 0 | 303.03 | 1 | 0.65 |
| Hex | FF | 4D | F6 | 0 | 46 | 4 | 0 | 12F | 64 | 41 |
| Octal | 377 | 115 | 366 | 0 | 106 | 4 | 0 | 457 | 144 | 101 |
| Binary | 11111111 | 1001101 | 11110110 | 0 | 1000110 | 100 | 0 | 100101111 | 1100100 | 1000001 |
Color Harmonies of #FF4DF6
Complementary color
Monochromatic Colors of #FF4DF6
Black with #FF4DF6
Text Example
Text Example
White with #FF4DF6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF4DF6; }
p { color: rgb(255,77,246); }
H1.HeaderClassName
{
color: #FF4DF6;
}
.AnyTagClassName
{
color: #FF4DF6;
}
</style>
background-color css
<style>
a { background-color: #FF4DF6; }
a { background-color: rgb(255,77,246); }
div.DivClassName
{
background-color: #FF4DF6;
}
.BgClassName
{
background-color: #FF4DF6;
}
</style>
border-color css
<style>
span { border-color: #FF4DF6; }
span { border-color: rgb(255,77,246); }
td.TdClassName
{
border-color: #FF4DF6;
}
.TagClassName
{
border-color: #FF4DF6;
}
</style>