Shades of Pink Flamingo #FA6AF4
Tints of Pink Flamingo #FA6AF4
RGB
CMYK
RGB Variations
Color information
#FA6AF4 (or 0xFA6AF4) is known color: Pink Flamingo. HEX triplet: FA, 6A and F4. RGB value is (250,106,244). Sum of RGB (Red+Green+Blue) = 250+106+244=600 (79% of max value = 765). Red value is 250 (98.05% from 255 or 41.67% from 600); Green value is 106 (41.80% from 255 or 17.67% from 600); Blue value is 244 (95.70% from 255 or 40.67% from 600); Max value from RGB is 250 - color contains mainly: red. Hex color #FA6AF4 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #FA6AF4 is #05950B. Grayscale: #A4A4A4. Windows color (decimal): -365836 or 16018170. OLE color: 16018170.
HSL color Cylindrical-coordinate representation of color #FA6AF4: hue angle of 302.5º 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 #FA6AF4 is Cyan = 0, Magento = 0.58, Yellow = 0.02 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 106 | 244 | - |
| CMYK | 0 | 0.58 | 0.02 | 0.02 |
| HSL | 302.5º | 0.94% | 0.7% | - |
| HSV(B) | 302.5º | 0.58% | 0.98% | - |
| XYZ | 60.91 | 37.16 | 89.55 | - |
| YUV | 164.79 | 172.71 | 188.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 106 | 244 | 0 | 0.58 | 0.02 | 0.02 | 302.5 | 0.94 | 0.7 |
| Hex | FA | 6A | F4 | 0 | 3A | 2 | 2 | 12E | 5E | 46 |
| Octal | 372 | 152 | 364 | 0 | 72 | 2 | 2 | 456 | 136 | 106 |
| Binary | 11111010 | 1101010 | 11110100 | 0 | 111010 | 10 | 10 | 100101110 | 1011110 | 1000110 |
Color Harmonies of #FA6AF4
Complementary color
Monochromatic Colors of #FA6AF4
Black with #FA6AF4
Text Example
Text Example
White with #FA6AF4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA6AF4; }
p { color: rgb(250,106,244); }
H1.HeaderClassName
{
color: #FA6AF4;
}
.AnyTagClassName
{
color: #FA6AF4;
}
</style>
background-color css
<style>
a { background-color: #FA6AF4; }
a { background-color: rgb(250,106,244); }
div.DivClassName
{
background-color: #FA6AF4;
}
.BgClassName
{
background-color: #FA6AF4;
}
</style>
border-color css
<style>
span { border-color: #FA6AF4; }
span { border-color: rgb(250,106,244); }
td.TdClassName
{
border-color: #FA6AF4;
}
.TagClassName
{
border-color: #FA6AF4;
}
</style>