Shades of Pink Flamingo #FA62FA
Tints of Pink Flamingo #FA62FA
RGB
CMYK
RGB Variations
Color information
#FA62FA (or 0xFA62FA) is known color: Pink Flamingo. HEX triplet: FA, 62 and FA. RGB value is (250,98,250). Sum of RGB (Red+Green+Blue) = 250+98+250=598 (79% of max value = 765). Red value is 250 (98.05% from 255 or 41.81% from 598); Green value is 98 (38.67% from 255 or 16.39% from 598); Blue value is 250 (98.05% from 255 or 41.81% from 598); Max value from RGB is 250 - color contains mainly: red, blue. Hex color #FA62FA is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #FA62FA is #059D05. Grayscale: #A0A0A0. Windows color (decimal): -367878 or 16409338. OLE color: 16409338.
HSL color Cylindrical-coordinate representation of color #FA62FA: hue angle of 300º 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 #FA62FA is Cyan = 0, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 98 | 250 | - |
| CMYK | 0 | 0.61 | 0 | 0.02 |
| HSL | 300º | 0.94% | 0.68% | - |
| HSV(B) | 300º | 0.61% | 0.98% | - |
| XYZ | 61.05 | 35.96 | 94.17 | - |
| YUV | 160.78 | 178.36 | 191.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 98 | 250 | 0 | 0.61 | 0 | 0.02 | 300 | 0.94 | 0.68 |
| Hex | FA | 62 | FA | 0 | 3D | 0 | 2 | 12C | 5E | 44 |
| Octal | 372 | 142 | 372 | 0 | 75 | 0 | 2 | 454 | 136 | 104 |
| Binary | 11111010 | 1100010 | 11111010 | 0 | 111101 | 0 | 10 | 100101100 | 1011110 | 1000100 |
Color Harmonies of #FA62FA
Complementary color
Monochromatic Colors of #FA62FA
Black with #FA62FA
Text Example
Text Example
White with #FA62FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA62FA; }
p { color: rgb(250,98,250); }
H1.HeaderClassName
{
color: #FA62FA;
}
.AnyTagClassName
{
color: #FA62FA;
}
</style>
background-color css
<style>
a { background-color: #FA62FA; }
a { background-color: rgb(250,98,250); }
div.DivClassName
{
background-color: #FA62FA;
}
.BgClassName
{
background-color: #FA62FA;
}
</style>
border-color css
<style>
span { border-color: #FA62FA; }
span { border-color: rgb(250,98,250); }
td.TdClassName
{
border-color: #FA62FA;
}
.TagClassName
{
border-color: #FA62FA;
}
</style>