Shades of Pink Flamingo #FA62F4
Tints of Pink Flamingo #FA62F4
RGB
CMYK
RGB Variations
Color information
#FA62F4 (or 0xFA62F4) is known color: Pink Flamingo. HEX triplet: FA, 62 and F4. RGB value is (250,98,244). Sum of RGB (Red+Green+Blue) = 250+98+244=592 (78% of max value = 765). Red value is 250 (98.05% from 255 or 42.23% from 592); Green value is 98 (38.67% from 255 or 16.55% from 592); Blue value is 244 (95.70% from 255 or 41.22% from 592); Max value from RGB is 250 - color contains mainly: red. Hex color #FA62F4 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #FA62F4 is #059D0B. Grayscale: #9F9F9F. Windows color (decimal): -367884 or 16016122. OLE color: 16016122.
HSL color Cylindrical-coordinate representation of color #FA62F4: hue angle of 302.37º degrees, saturation: 0.94, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #FA62F4 is Cyan = 0, Magento = 0.61, Yellow = 0.02 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 98 | 244 | - |
| CMYK | 0 | 0.61 | 0.02 | 0.02 |
| HSL | 302.37º | 0.94% | 0.68% | - |
| HSV(B) | 302.37º | 0.61% | 0.98% | - |
| XYZ | 60.12 | 35.59 | 89.29 | - |
| YUV | 160.09 | 175.36 | 192.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 98 | 244 | 0 | 0.61 | 0.02 | 0.02 | 302.37 | 0.94 | 0.68 |
| Hex | FA | 62 | F4 | 0 | 3D | 2 | 2 | 12E | 5E | 44 |
| Octal | 372 | 142 | 364 | 0 | 75 | 2 | 2 | 456 | 136 | 104 |
| Binary | 11111010 | 1100010 | 11110100 | 0 | 111101 | 10 | 10 | 100101110 | 1011110 | 1000100 |
Color Harmonies of #FA62F4
Complementary color
Monochromatic Colors of #FA62F4
Black with #FA62F4
Text Example
Text Example
White with #FA62F4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA62F4; }
p { color: rgb(250,98,244); }
H1.HeaderClassName
{
color: #FA62F4;
}
.AnyTagClassName
{
color: #FA62F4;
}
</style>
background-color css
<style>
a { background-color: #FA62F4; }
a { background-color: rgb(250,98,244); }
div.DivClassName
{
background-color: #FA62F4;
}
.BgClassName
{
background-color: #FA62F4;
}
</style>
border-color css
<style>
span { border-color: #FA62F4; }
span { border-color: rgb(250,98,244); }
td.TdClassName
{
border-color: #FA62F4;
}
.TagClassName
{
border-color: #FA62F4;
}
</style>