Shades of Pink Flamingo #FA63F2
Tints of Pink Flamingo #FA63F2
RGB
CMYK
RGB Variations
Color information
#FA63F2 (or 0xFA63F2) is known color: Pink Flamingo. HEX triplet: FA, 63 and F2. RGB value is (250,99,242). Sum of RGB (Red+Green+Blue) = 250+99+242=591 (78% of max value = 765). Red value is 250 (98.05% from 255 or 42.30% from 591); Green value is 99 (39.06% from 255 or 16.75% from 591); Blue value is 242 (94.92% from 255 or 40.95% from 591); Max value from RGB is 250 - color contains mainly: red. Hex color #FA63F2 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #FA63F2 is #059C0D. Grayscale: #A0A0A0. Windows color (decimal): -367630 or 15885306. OLE color: 15885306.
HSL color Cylindrical-coordinate representation of color #FA63F2: hue angle of 303.18º 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 #FA63F2 is Cyan = 0, Magento = 0.60, Yellow = 0.03 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 99 | 242 | - |
| CMYK | 0 | 0.60 | 0.03 | 0.02 |
| HSL | 303.18º | 0.94% | 0.68% | - |
| HSV(B) | 303.18º | 0.6% | 0.98% | - |
| XYZ | 59.91 | 35.66 | 87.73 | - |
| YUV | 160.45 | 174.03 | 191.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 99 | 242 | 0 | 0.60 | 0.03 | 0.02 | 303.18 | 0.94 | 0.68 |
| Hex | FA | 63 | F2 | 0 | 3C | 3 | 2 | 12F | 5E | 44 |
| Octal | 372 | 143 | 362 | 0 | 74 | 3 | 2 | 457 | 136 | 104 |
| Binary | 11111010 | 1100011 | 11110010 | 0 | 111100 | 11 | 10 | 100101111 | 1011110 | 1000100 |
Color Harmonies of #FA63F2
Complementary color
Monochromatic Colors of #FA63F2
Black with #FA63F2
Text Example
Text Example
White with #FA63F2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA63F2; }
p { color: rgb(250,99,242); }
H1.HeaderClassName
{
color: #FA63F2;
}
.AnyTagClassName
{
color: #FA63F2;
}
</style>
background-color css
<style>
a { background-color: #FA63F2; }
a { background-color: rgb(250,99,242); }
div.DivClassName
{
background-color: #FA63F2;
}
.BgClassName
{
background-color: #FA63F2;
}
</style>
border-color css
<style>
span { border-color: #FA63F2; }
span { border-color: rgb(250,99,242); }
td.TdClassName
{
border-color: #FA63F2;
}
.TagClassName
{
border-color: #FA63F2;
}
</style>