Shades of Pink Flamingo #FA63FE
Tints of Pink Flamingo #FA63FE
RGB
CMYK
RGB Variations
Color information
#FA63FE (or 0xFA63FE) is known color: Pink Flamingo. HEX triplet: FA, 63 and FE. RGB value is (250,99,254). Sum of RGB (Red+Green+Blue) = 250+99+254=603 (79% of max value = 765). Red value is 250 (98.05% from 255 or 41.46% from 603); Green value is 99 (39.06% from 255 or 16.42% from 603); Blue value is 254 (99.61% from 255 or 42.12% from 603); Max value from RGB is 254 - color contains mainly: blue. Hex color #FA63FE is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #FA63FE is #059C01. Grayscale: #A1A1A1. Windows color (decimal): -367618 or 16671738. OLE color: 16671738.
HSL color Cylindrical-coordinate representation of color #FA63FE: hue angle of 298.45º degrees, saturation: 0.99, lightness: 0.69%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #FA63FE is Cyan = 0.02, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 250 | 99 | 254 | - |
| CMYK | 0.02 | 0.61 | 0 | 0.00 |
| HSL | 298.45º | 0.99% | 0.69% | - |
| HSV(B) | 298.45º | 0.61% | 1% | - |
| XYZ | 61.78 | 36.4 | 97.54 | - |
| YUV | 161.82 | 180.03 | 190.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 99 | 254 | 0.02 | 0.61 | 0 | 0.00 | 298.45 | 0.99 | 0.69 |
| Hex | FA | 63 | FE | 2 | 3D | 0 | 0 | 12A | 63 | 45 |
| Octal | 372 | 143 | 376 | 2 | 75 | 0 | 0 | 452 | 143 | 105 |
| Binary | 11111010 | 1100011 | 11111110 | 10 | 111101 | 0 | 0 | 100101010 | 1100011 | 1000101 |
Color Harmonies of #FA63FE
Complementary color
Monochromatic Colors of #FA63FE
Black with #FA63FE
Text Example
Text Example
White with #FA63FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA63FE; }
p { color: rgb(250,99,254); }
H1.HeaderClassName
{
color: #FA63FE;
}
.AnyTagClassName
{
color: #FA63FE;
}
</style>
background-color css
<style>
a { background-color: #FA63FE; }
a { background-color: rgb(250,99,254); }
div.DivClassName
{
background-color: #FA63FE;
}
.BgClassName
{
background-color: #FA63FE;
}
</style>
border-color css
<style>
span { border-color: #FA63FE; }
span { border-color: rgb(250,99,254); }
td.TdClassName
{
border-color: #FA63FE;
}
.TagClassName
{
border-color: #FA63FE;
}
</style>