Shades of Pink Flamingo #FA4CF6
Tints of Pink Flamingo #FA4CF6
RGB
CMYK
RGB Variations
Color information
#FA4CF6 (or 0xFA4CF6) is known color: Pink Flamingo. HEX triplet: FA, 4C and F6. RGB value is (250,76,246). Sum of RGB (Red+Green+Blue) = 250+76+246=572 (75% of max value = 765). Red value is 250 (98.05% from 255 or 43.71% from 572); Green value is 76 (30.08% from 255 or 13.29% from 572); Blue value is 246 (96.48% from 255 or 43.01% from 572); Max value from RGB is 250 - color contains mainly: red. Hex color #FA4CF6 is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #FA4CF6 is #05B309. Grayscale: #929292. Windows color (decimal): -373514 or 16141562. OLE color: 16141562.
HSL color Cylindrical-coordinate representation of color #FA4CF6: hue angle of 301.38º 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 #FA4CF6 is Cyan = 0, Magento = 0.70, Yellow = 0.02 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 76 | 246 | - |
| CMYK | 0 | 0.70 | 0.02 | 0.02 |
| HSL | 301.38º | 0.95% | 0.64% | - |
| HSV(B) | 301.38º | 0.7% | 0.98% | - |
| XYZ | 58.64 | 32.15 | 90.3 | - |
| YUV | 147.41 | 183.65 | 201.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 76 | 246 | 0 | 0.70 | 0.02 | 0.02 | 301.38 | 0.95 | 0.64 |
| Hex | FA | 4C | F6 | 0 | 46 | 2 | 2 | 12D | 5F | 40 |
| Octal | 372 | 114 | 366 | 0 | 106 | 2 | 2 | 455 | 137 | 100 |
| Binary | 11111010 | 1001100 | 11110110 | 0 | 1000110 | 10 | 10 | 100101101 | 1011111 | 1000000 |
Color Harmonies of #FA4CF6
Complementary color
Monochromatic Colors of #FA4CF6
Black with #FA4CF6
Text Example
Text Example
White with #FA4CF6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA4CF6; }
p { color: rgb(250,76,246); }
H1.HeaderClassName
{
color: #FA4CF6;
}
.AnyTagClassName
{
color: #FA4CF6;
}
</style>
background-color css
<style>
a { background-color: #FA4CF6; }
a { background-color: rgb(250,76,246); }
div.DivClassName
{
background-color: #FA4CF6;
}
.BgClassName
{
background-color: #FA4CF6;
}
</style>
border-color css
<style>
span { border-color: #FA4CF6; }
span { border-color: rgb(250,76,246); }
td.TdClassName
{
border-color: #FA4CF6;
}
.TagClassName
{
border-color: #FA4CF6;
}
</style>