Shades of Pink Flamingo #FA63FB
Tints of Pink Flamingo #FA63FB
RGB
CMYK
RGB Variations
Color information
#FA63FB (or 0xFA63FB) is known color: Pink Flamingo. HEX triplet: FA, 63 and FB. RGB value is (250,99,251). Sum of RGB (Red+Green+Blue) = 250+99+251=600 (79% of max value = 765). Red value is 250 (98.05% from 255 or 41.67% from 600); Green value is 99 (39.06% from 255 or 16.5% from 600); Blue value is 251 (98.44% from 255 or 41.83% from 600); Max value from RGB is 251 - color contains mainly: blue. Hex color #FA63FB is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #FA63FB is #059C04. Grayscale: #A1A1A1. Windows color (decimal): -367621 or 16475130. OLE color: 16475130.
HSL color Cylindrical-coordinate representation of color #FA63FB: hue angle of 299.61º degrees, saturation: 0.95, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #FA63FB is Cyan = 0.00, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 99 | 251 | - |
| CMYK | 0.00 | 0.61 | 0 | 0.02 |
| HSL | 299.61º | 0.95% | 0.69% | - |
| HSV(B) | 299.61º | 0.61% | 0.98% | - |
| XYZ | 61.3 | 36.21 | 95.03 | - |
| YUV | 161.48 | 178.53 | 191.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 99 | 251 | 0.00 | 0.61 | 0 | 0.02 | 299.61 | 0.95 | 0.69 |
| Hex | FA | 63 | FB | 0 | 3D | 0 | 2 | 12C | 5F | 45 |
| Octal | 372 | 143 | 373 | 0 | 75 | 0 | 2 | 454 | 137 | 105 |
| Binary | 11111010 | 1100011 | 11111011 | 0 | 111101 | 0 | 10 | 100101100 | 1011111 | 1000101 |
Color Harmonies of #FA63FB
Complementary color
Monochromatic Colors of #FA63FB
Black with #FA63FB
Text Example
Text Example
White with #FA63FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA63FB; }
p { color: rgb(250,99,251); }
H1.HeaderClassName
{
color: #FA63FB;
}
.AnyTagClassName
{
color: #FA63FB;
}
</style>
background-color css
<style>
a { background-color: #FA63FB; }
a { background-color: rgb(250,99,251); }
div.DivClassName
{
background-color: #FA63FB;
}
.BgClassName
{
background-color: #FA63FB;
}
</style>
border-color css
<style>
span { border-color: #FA63FB; }
span { border-color: rgb(250,99,251); }
td.TdClassName
{
border-color: #FA63FB;
}
.TagClassName
{
border-color: #FA63FB;
}
</style>