Shades of Pink Flamingo #FA46F0
Tints of Pink Flamingo #FA46F0
RGB
CMYK
RGB Variations
Color information
#FA46F0 (or 0xFA46F0) is known color: Pink Flamingo. HEX triplet: FA, 46 and F0. RGB value is (250,70,240). Sum of RGB (Red+Green+Blue) = 250+70+240=560 (74% of max value = 765). Red value is 250 (98.05% from 255 or 44.64% from 560); Green value is 70 (27.73% from 255 or 12.5% from 560); Blue value is 240 (94.14% from 255 or 42.86% from 560); Max value from RGB is 250 - color contains mainly: red. Hex color #FA46F0 is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #FA46F0 is #05B90F. Grayscale: #8E8E8E. Windows color (decimal): -375056 or 15746810. OLE color: 15746810.
HSL color Cylindrical-coordinate representation of color #FA46F0: hue angle of 303.33º degrees, saturation: 0.95, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #FA46F0 is Cyan = 0, Magento = 0.72, Yellow = 0.04 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 70 | 240 | - |
| CMYK | 0 | 0.72 | 0.04 | 0.02 |
| HSL | 303.33º | 0.95% | 0.63% | - |
| HSV(B) | 303.33º | 0.72% | 0.98% | - |
| XYZ | 57.34 | 31 | 85.4 | - |
| YUV | 143.2 | 182.63 | 204.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 70 | 240 | 0 | 0.72 | 0.04 | 0.02 | 303.33 | 0.95 | 0.63 |
| Hex | FA | 46 | F0 | 0 | 48 | 4 | 2 | 12F | 5F | 3F |
| Octal | 372 | 106 | 360 | 0 | 110 | 4 | 2 | 457 | 137 | 77 |
| Binary | 11111010 | 1000110 | 11110000 | 0 | 1001000 | 100 | 10 | 100101111 | 1011111 | 111111 |
Color Harmonies of #FA46F0
Complementary color
Monochromatic Colors of #FA46F0
Black with #FA46F0
Text Example
Text Example
White with #FA46F0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA46F0; }
p { color: rgb(250,70,240); }
H1.HeaderClassName
{
color: #FA46F0;
}
.AnyTagClassName
{
color: #FA46F0;
}
</style>
background-color css
<style>
a { background-color: #FA46F0; }
a { background-color: rgb(250,70,240); }
div.DivClassName
{
background-color: #FA46F0;
}
.BgClassName
{
background-color: #FA46F0;
}
</style>
border-color css
<style>
span { border-color: #FA46F0; }
span { border-color: rgb(250,70,240); }
td.TdClassName
{
border-color: #FA46F0;
}
.TagClassName
{
border-color: #FA46F0;
}
</style>