Shades of Pink Flamingo #FA4CFF
Tints of Pink Flamingo #FA4CFF
RGB
CMYK
RGB Variations
Color information
#FA4CFF (or 0xFA4CFF) is known color: Pink Flamingo. HEX triplet: FA, 4C and FF. RGB value is (250,76,255). Sum of RGB (Red+Green+Blue) = 250+76+255=581 (76% of max value = 765). Red value is 250 (98.05% from 255 or 43.03% from 581); Green value is 76 (30.08% from 255 or 13.08% from 581); Blue value is 255 (100% from 255 or 43.89% from 581); Max value from RGB is 255 - color contains mainly: blue. Hex color #FA4CFF is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #FA4CFF is #05B300. Grayscale: #939393. Windows color (decimal): -373505 or 16731386. OLE color: 16731386.
HSL color Cylindrical-coordinate representation of color #FA4CFF: hue angle of 298.32º 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 #FA4CFF is Cyan = 0.02, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 250 | 76 | 255 | - |
| CMYK | 0.02 | 0.70 | 0 | 0 |
| HSL | 298.32º | 1% | 0.65% | - |
| HSV(B) | 298.32º | 0.7% | 1% | - |
| XYZ | 60.06 | 32.71 | 97.76 | - |
| YUV | 148.43 | 188.15 | 200.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 76 | 255 | 0.02 | 0.70 | 0 | 0 | 298.32 | 1 | 0.65 |
| Hex | FA | 4C | FF | 2 | 46 | 0 | 0 | 12A | 64 | 41 |
| Octal | 372 | 114 | 377 | 2 | 106 | 0 | 0 | 452 | 144 | 101 |
| Binary | 11111010 | 1001100 | 11111111 | 10 | 1000110 | 0 | 0 | 100101010 | 1100100 | 1000001 |
Color Harmonies of #FA4CFF
Complementary color
Monochromatic Colors of #FA4CFF
Black with #FA4CFF
Text Example
Text Example
White with #FA4CFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA4CFF; }
p { color: rgb(250,76,255); }
H1.HeaderClassName
{
color: #FA4CFF;
}
.AnyTagClassName
{
color: #FA4CFF;
}
</style>
background-color css
<style>
a { background-color: #FA4CFF; }
a { background-color: rgb(250,76,255); }
div.DivClassName
{
background-color: #FA4CFF;
}
.BgClassName
{
background-color: #FA4CFF;
}
</style>
border-color css
<style>
span { border-color: #FA4CFF; }
span { border-color: rgb(250,76,255); }
td.TdClassName
{
border-color: #FA4CFF;
}
.TagClassName
{
border-color: #FA4CFF;
}
</style>