Shades of Pink Flamingo #FA6AF5
Tints of Pink Flamingo #FA6AF5
RGB
CMYK
RGB Variations
Color information
#FA6AF5 (or 0xFA6AF5) is known color: Pink Flamingo. HEX triplet: FA, 6A and F5. RGB value is (250,106,245). Sum of RGB (Red+Green+Blue) = 250+106+245=601 (79% of max value = 765). Red value is 250 (98.05% from 255 or 41.60% from 601); Green value is 106 (41.80% from 255 or 17.64% from 601); Blue value is 245 (96.09% from 255 or 40.77% from 601); Max value from RGB is 250 - color contains mainly: red. Hex color #FA6AF5 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #FA6AF5 is #05950A. Grayscale: #A4A4A4. Windows color (decimal): -365835 or 16083706. OLE color: 16083706.
HSL color Cylindrical-coordinate representation of color #FA6AF5: hue angle of 302.08º 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 #FA6AF5 is Cyan = 0, Magento = 0.58, Yellow = 0.02 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 106 | 245 | - |
| CMYK | 0 | 0.58 | 0.02 | 0.02 |
| HSL | 302.08º | 0.94% | 0.7% | - |
| HSV(B) | 302.08º | 0.58% | 0.98% | - |
| XYZ | 61.06 | 37.22 | 90.35 | - |
| YUV | 164.9 | 173.21 | 188.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 106 | 245 | 0 | 0.58 | 0.02 | 0.02 | 302.08 | 0.94 | 0.7 |
| Hex | FA | 6A | F5 | 0 | 3A | 2 | 2 | 12E | 5E | 46 |
| Octal | 372 | 152 | 365 | 0 | 72 | 2 | 2 | 456 | 136 | 106 |
| Binary | 11111010 | 1101010 | 11110101 | 0 | 111010 | 10 | 10 | 100101110 | 1011110 | 1000110 |
Color Harmonies of #FA6AF5
Complementary color
Monochromatic Colors of #FA6AF5
Black with #FA6AF5
Text Example
Text Example
White with #FA6AF5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA6AF5; }
p { color: rgb(250,106,245); }
H1.HeaderClassName
{
color: #FA6AF5;
}
.AnyTagClassName
{
color: #FA6AF5;
}
</style>
background-color css
<style>
a { background-color: #FA6AF5; }
a { background-color: rgb(250,106,245); }
div.DivClassName
{
background-color: #FA6AF5;
}
.BgClassName
{
background-color: #FA6AF5;
}
</style>
border-color css
<style>
span { border-color: #FA6AF5; }
span { border-color: rgb(250,106,245); }
td.TdClassName
{
border-color: #FA6AF5;
}
.TagClassName
{
border-color: #FA6AF5;
}
</style>