Shades of Pink Flamingo #FA63EF
Tints of Pink Flamingo #FA63EF
RGB
CMYK
RGB Variations
Color information
#FA63EF (or 0xFA63EF) is known color: Pink Flamingo. HEX triplet: FA, 63 and EF. RGB value is (250,99,239). Sum of RGB (Red+Green+Blue) = 250+99+239=588 (77% of max value = 765). Red value is 250 (98.05% from 255 or 42.52% from 588); Green value is 99 (39.06% from 255 or 16.84% from 588); Blue value is 239 (93.75% from 255 or 40.65% from 588); Max value from RGB is 250 - color contains mainly: red. Hex color #FA63EF is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #FA63EF is #059C10. Grayscale: #9F9F9F. Windows color (decimal): -367633 or 15688698. OLE color: 15688698.
HSL color Cylindrical-coordinate representation of color #FA63EF: hue angle of 304.37º degrees, saturation: 0.94, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #FA63EF is Cyan = 0, Magento = 0.60, Yellow = 0.04 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 99 | 239 | - |
| CMYK | 0 | 0.60 | 0.04 | 0.02 |
| HSL | 304.37º | 0.94% | 0.68% | - |
| HSV(B) | 304.37º | 0.6% | 0.98% | - |
| XYZ | 59.47 | 35.48 | 85.38 | - |
| YUV | 160.11 | 172.53 | 192.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 99 | 239 | 0 | 0.60 | 0.04 | 0.02 | 304.37 | 0.94 | 0.68 |
| Hex | FA | 63 | EF | 0 | 3C | 4 | 2 | 130 | 5E | 44 |
| Octal | 372 | 143 | 357 | 0 | 74 | 4 | 2 | 460 | 136 | 104 |
| Binary | 11111010 | 1100011 | 11101111 | 0 | 111100 | 100 | 10 | 100110000 | 1011110 | 1000100 |
Color Harmonies of #FA63EF
Complementary color
Monochromatic Colors of #FA63EF
Black with #FA63EF
Text Example
Text Example
White with #FA63EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA63EF; }
p { color: rgb(250,99,239); }
H1.HeaderClassName
{
color: #FA63EF;
}
.AnyTagClassName
{
color: #FA63EF;
}
</style>
background-color css
<style>
a { background-color: #FA63EF; }
a { background-color: rgb(250,99,239); }
div.DivClassName
{
background-color: #FA63EF;
}
.BgClassName
{
background-color: #FA63EF;
}
</style>
border-color css
<style>
span { border-color: #FA63EF; }
span { border-color: rgb(250,99,239); }
td.TdClassName
{
border-color: #FA63EF;
}
.TagClassName
{
border-color: #FA63EF;
}
</style>