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