Shades of Pink Flamingo #FA40F2
Tints of Pink Flamingo #FA40F2
RGB
CMYK
RGB Variations
Color information
#FA40F2 (or 0xFA40F2) is known color: Pink Flamingo. HEX triplet: FA, 40 and F2. RGB value is (250,64,242). Sum of RGB (Red+Green+Blue) = 250+64+242=556 (73% of max value = 765). Red value is 250 (98.05% from 255 or 44.96% from 556); Green value is 64 (25.39% from 255 or 11.51% from 556); Blue value is 242 (94.92% from 255 or 43.53% from 556); Max value from RGB is 250 - color contains mainly: red. Hex color #FA40F2 is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #FA40F2 is #05BF0D. Grayscale: #8B8B8B. Windows color (decimal): -376590 or 15876346. OLE color: 15876346.
HSL color Cylindrical-coordinate representation of color #FA40F2: hue angle of 302.58º degrees, saturation: 0.95, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #FA40F2 is Cyan = 0, Magento = 0.74, Yellow = 0.03 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 64 | 242 | - |
| CMYK | 0 | 0.74 | 0.03 | 0.02 |
| HSL | 302.58º | 0.95% | 0.62% | - |
| HSV(B) | 302.58º | 0.74% | 0.98% | - |
| XYZ | 57.28 | 30.4 | 86.85 | - |
| YUV | 139.91 | 185.62 | 206.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 64 | 242 | 0 | 0.74 | 0.03 | 0.02 | 302.58 | 0.95 | 0.62 |
| Hex | FA | 40 | F2 | 0 | 4A | 3 | 2 | 12F | 5F | 3E |
| Octal | 372 | 100 | 362 | 0 | 112 | 3 | 2 | 457 | 137 | 76 |
| Binary | 11111010 | 1000000 | 11110010 | 0 | 1001010 | 11 | 10 | 100101111 | 1011111 | 111110 |
Color Harmonies of #FA40F2
Complementary color
Monochromatic Colors of #FA40F2
Black with #FA40F2
Text Example
Text Example
White with #FA40F2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA40F2; }
p { color: rgb(250,64,242); }
H1.HeaderClassName
{
color: #FA40F2;
}
.AnyTagClassName
{
color: #FA40F2;
}
</style>
background-color css
<style>
a { background-color: #FA40F2; }
a { background-color: rgb(250,64,242); }
div.DivClassName
{
background-color: #FA40F2;
}
.BgClassName
{
background-color: #FA40F2;
}
</style>
border-color css
<style>
span { border-color: #FA40F2; }
span { border-color: rgb(250,64,242); }
td.TdClassName
{
border-color: #FA40F2;
}
.TagClassName
{
border-color: #FA40F2;
}
</style>