Shades of Pink Flamingo #FF4DF7
Tints of Pink Flamingo #FF4DF7
RGB
CMYK
RGB Variations
Color information
#FF4DF7 (or 0xFF4DF7) is known color: Pink Flamingo. HEX triplet: FF, 4D and F7. RGB value is (255,77,247). Sum of RGB (Red+Green+Blue) = 255+77+247=579 (76% of max value = 765). Red value is 255 (100% from 255 or 44.04% from 579); Green value is 77 (30.47% from 255 or 13.30% from 579); Blue value is 247 (96.88% from 255 or 42.66% from 579); Max value from RGB is 255 - color contains mainly: red. Hex color #FF4DF7 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #FF4DF7 is #00B208. Grayscale: #959595. Windows color (decimal): -45577 or 16207359. OLE color: 16207359.
HSL color Cylindrical-coordinate representation of color #FF4DF7: hue angle of 302.7º 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 #FF4DF7 is Cyan = 0, Magento = 0.70, Yellow = 0.03 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 77 | 247 | - |
| CMYK | 0 | 0.70 | 0.03 | 0 |
| HSL | 302.7º | 1% | 0.65% | - |
| HSV(B) | 302.7º | 0.7% | 1% | - |
| XYZ | 60.68 | 33.28 | 91.22 | - |
| YUV | 149.6 | 182.97 | 203.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 77 | 247 | 0 | 0.70 | 0.03 | 0 | 302.7 | 1 | 0.65 |
| Hex | FF | 4D | F7 | 0 | 46 | 3 | 0 | 12F | 64 | 41 |
| Octal | 377 | 115 | 367 | 0 | 106 | 3 | 0 | 457 | 144 | 101 |
| Binary | 11111111 | 1001101 | 11110111 | 0 | 1000110 | 11 | 0 | 100101111 | 1100100 | 1000001 |
Color Harmonies of #FF4DF7
Complementary color
Monochromatic Colors of #FF4DF7
Black with #FF4DF7
Text Example
Text Example
White with #FF4DF7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF4DF7; }
p { color: rgb(255,77,247); }
H1.HeaderClassName
{
color: #FF4DF7;
}
.AnyTagClassName
{
color: #FF4DF7;
}
</style>
background-color css
<style>
a { background-color: #FF4DF7; }
a { background-color: rgb(255,77,247); }
div.DivClassName
{
background-color: #FF4DF7;
}
.BgClassName
{
background-color: #FF4DF7;
}
</style>
border-color css
<style>
span { border-color: #FF4DF7; }
span { border-color: rgb(255,77,247); }
td.TdClassName
{
border-color: #FF4DF7;
}
.TagClassName
{
border-color: #FF4DF7;
}
</style>