Shades of Pink Flamingo #FF4DFA
Tints of Pink Flamingo #FF4DFA
RGB
CMYK
RGB Variations
Color information
#FF4DFA (or 0xFF4DFA) is known color: Pink Flamingo. HEX triplet: FF, 4D and FA. RGB value is (255,77,250). Sum of RGB (Red+Green+Blue) = 255+77+250=582 (77% of max value = 765). Red value is 255 (100% from 255 or 43.81% from 582); Green value is 77 (30.47% from 255 or 13.23% from 582); Blue value is 250 (98.05% from 255 or 42.96% from 582); Max value from RGB is 255 - color contains mainly: red. Hex color #FF4DFA is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #FF4DFA is #00B205. Grayscale: #959595. Windows color (decimal): -45574 or 16403967. OLE color: 16403967.
HSL color Cylindrical-coordinate representation of color #FF4DFA: hue angle of 301.69º 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 #FF4DFA is Cyan = 0, Magento = 0.70, Yellow = 0.02 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 77 | 250 | - |
| CMYK | 0 | 0.70 | 0.02 | 0 |
| HSL | 301.69º | 1% | 0.65% | - |
| HSV(B) | 301.69º | 0.7% | 1% | - |
| XYZ | 61.15 | 33.47 | 93.68 | - |
| YUV | 149.94 | 184.47 | 202.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 77 | 250 | 0 | 0.70 | 0.02 | 0 | 301.69 | 1 | 0.65 |
| Hex | FF | 4D | FA | 0 | 46 | 2 | 0 | 12E | 64 | 41 |
| Octal | 377 | 115 | 372 | 0 | 106 | 2 | 0 | 456 | 144 | 101 |
| Binary | 11111111 | 1001101 | 11111010 | 0 | 1000110 | 10 | 0 | 100101110 | 1100100 | 1000001 |
Color Harmonies of #FF4DFA
Complementary color
Monochromatic Colors of #FF4DFA
Black with #FF4DFA
Text Example
Text Example
White with #FF4DFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF4DFA; }
p { color: rgb(255,77,250); }
H1.HeaderClassName
{
color: #FF4DFA;
}
.AnyTagClassName
{
color: #FF4DFA;
}
</style>
background-color css
<style>
a { background-color: #FF4DFA; }
a { background-color: rgb(255,77,250); }
div.DivClassName
{
background-color: #FF4DFA;
}
.BgClassName
{
background-color: #FF4DFA;
}
</style>
border-color css
<style>
span { border-color: #FF4DFA; }
span { border-color: rgb(255,77,250); }
td.TdClassName
{
border-color: #FF4DFA;
}
.TagClassName
{
border-color: #FF4DFA;
}
</style>