Shades of Pink Flamingo #FA6AF2
Tints of Pink Flamingo #FA6AF2
RGB
CMYK
RGB Variations
Color information
#FA6AF2 (or 0xFA6AF2) is known color: Pink Flamingo. HEX triplet: FA, 6A and F2. RGB value is (250,106,242). Sum of RGB (Red+Green+Blue) = 250+106+242=598 (79% of max value = 765). Red value is 250 (98.05% from 255 or 41.81% from 598); Green value is 106 (41.80% from 255 or 17.73% from 598); Blue value is 242 (94.92% from 255 or 40.47% from 598); Max value from RGB is 250 - color contains mainly: red. Hex color #FA6AF2 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #FA6AF2 is #05950D. Grayscale: #A4A4A4. Windows color (decimal): -365838 or 15887098. OLE color: 15887098.
HSL color Cylindrical-coordinate representation of color #FA6AF2: hue angle of 303.33º degrees, saturation: 0.94, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #FA6AF2 is Cyan = 0, Magento = 0.58, Yellow = 0.03 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 106 | 242 | - |
| CMYK | 0 | 0.58 | 0.03 | 0.02 |
| HSL | 303.33º | 0.94% | 0.7% | - |
| HSV(B) | 303.33º | 0.58% | 0.98% | - |
| XYZ | 60.61 | 37.04 | 87.96 | - |
| YUV | 164.56 | 171.71 | 188.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 106 | 242 | 0 | 0.58 | 0.03 | 0.02 | 303.33 | 0.94 | 0.7 |
| Hex | FA | 6A | F2 | 0 | 3A | 3 | 2 | 12F | 5E | 46 |
| Octal | 372 | 152 | 362 | 0 | 72 | 3 | 2 | 457 | 136 | 106 |
| Binary | 11111010 | 1101010 | 11110010 | 0 | 111010 | 11 | 10 | 100101111 | 1011110 | 1000110 |
Color Harmonies of #FA6AF2
Complementary color
Monochromatic Colors of #FA6AF2
Black with #FA6AF2
Text Example
Text Example
White with #FA6AF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA6AF2; }
p { color: rgb(250,106,242); }
H1.HeaderClassName
{
color: #FA6AF2;
}
.AnyTagClassName
{
color: #FA6AF2;
}
</style>
background-color css
<style>
a { background-color: #FA6AF2; }
a { background-color: rgb(250,106,242); }
div.DivClassName
{
background-color: #FA6AF2;
}
.BgClassName
{
background-color: #FA6AF2;
}
</style>
border-color css
<style>
span { border-color: #FA6AF2; }
span { border-color: rgb(250,106,242); }
td.TdClassName
{
border-color: #FA6AF2;
}
.TagClassName
{
border-color: #FA6AF2;
}
</style>