Shades of Pink Flamingo #FA4CEF
Tints of Pink Flamingo #FA4CEF
RGB
CMYK
RGB Variations
Color information
#FA4CEF (or 0xFA4CEF) is known color: Pink Flamingo. HEX triplet: FA, 4C and EF. RGB value is (250,76,239). Sum of RGB (Red+Green+Blue) = 250+76+239=565 (74% of max value = 765). Red value is 250 (98.05% from 255 or 44.25% from 565); Green value is 76 (30.08% from 255 or 13.45% from 565); Blue value is 239 (93.75% from 255 or 42.30% from 565); Max value from RGB is 250 - color contains mainly: red. Hex color #FA4CEF is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #FA4CEF is #05B310. Grayscale: #929292. Windows color (decimal): -373521 or 15682810. OLE color: 15682810.
HSL color Cylindrical-coordinate representation of color #FA4CEF: hue angle of 303.79º degrees, saturation: 0.95, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #FA4CEF is Cyan = 0, Magento = 0.70, Yellow = 0.04 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 76 | 239 | - |
| CMYK | 0 | 0.70 | 0.04 | 0.02 |
| HSL | 303.79º | 0.95% | 0.64% | - |
| HSV(B) | 303.79º | 0.7% | 0.98% | - |
| XYZ | 57.59 | 31.72 | 84.75 | - |
| YUV | 146.61 | 180.15 | 201.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 76 | 239 | 0 | 0.70 | 0.04 | 0.02 | 303.79 | 0.95 | 0.64 |
| Hex | FA | 4C | EF | 0 | 46 | 4 | 2 | 130 | 5F | 40 |
| Octal | 372 | 114 | 357 | 0 | 106 | 4 | 2 | 460 | 137 | 100 |
| Binary | 11111010 | 1001100 | 11101111 | 0 | 1000110 | 100 | 10 | 100110000 | 1011111 | 1000000 |
Color Harmonies of #FA4CEF
Complementary color
Monochromatic Colors of #FA4CEF
Black with #FA4CEF
Text Example
Text Example
White with #FA4CEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA4CEF; }
p { color: rgb(250,76,239); }
H1.HeaderClassName
{
color: #FA4CEF;
}
.AnyTagClassName
{
color: #FA4CEF;
}
</style>
background-color css
<style>
a { background-color: #FA4CEF; }
a { background-color: rgb(250,76,239); }
div.DivClassName
{
background-color: #FA4CEF;
}
.BgClassName
{
background-color: #FA4CEF;
}
</style>
border-color css
<style>
span { border-color: #FA4CEF; }
span { border-color: rgb(250,76,239); }
td.TdClassName
{
border-color: #FA4CEF;
}
.TagClassName
{
border-color: #FA4CEF;
}
</style>