Shades of Pink Flamingo #FA40F8
Tints of Pink Flamingo #FA40F8
RGB
CMYK
RGB Variations
Color information
#FA40F8 (or 0xFA40F8) is known color: Pink Flamingo. HEX triplet: FA, 40 and F8. RGB value is (250,64,248). Sum of RGB (Red+Green+Blue) = 250+64+248=562 (74% of max value = 765). Red value is 250 (98.05% from 255 or 44.48% from 562); Green value is 64 (25.39% from 255 or 11.39% from 562); Blue value is 248 (97.27% from 255 or 44.13% from 562); Max value from RGB is 250 - color contains mainly: red. Hex color #FA40F8 is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #FA40F8 is #05BF07. Grayscale: #8C8C8C. Windows color (decimal): -376584 or 16269562. OLE color: 16269562.
HSL color Cylindrical-coordinate representation of color #FA40F8: hue angle of 300.65º 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 #FA40F8 is Cyan = 0, Magento = 0.74, Yellow = 0.01 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 64 | 248 | - |
| CMYK | 0 | 0.74 | 0.01 | 0.02 |
| HSL | 300.65º | 0.95% | 0.62% | - |
| HSV(B) | 300.65º | 0.74% | 0.98% | - |
| XYZ | 58.2 | 30.77 | 91.68 | - |
| YUV | 140.59 | 188.62 | 206.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 64 | 248 | 0 | 0.74 | 0.01 | 0.02 | 300.65 | 0.95 | 0.62 |
| Hex | FA | 40 | F8 | 0 | 4A | 1 | 2 | 12D | 5F | 3E |
| Octal | 372 | 100 | 370 | 0 | 112 | 1 | 2 | 455 | 137 | 76 |
| Binary | 11111010 | 1000000 | 11111000 | 0 | 1001010 | 1 | 10 | 100101101 | 1011111 | 111110 |
Color Harmonies of #FA40F8
Complementary color
Monochromatic Colors of #FA40F8
Black with #FA40F8
Text Example
Text Example
White with #FA40F8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA40F8; }
p { color: rgb(250,64,248); }
H1.HeaderClassName
{
color: #FA40F8;
}
.AnyTagClassName
{
color: #FA40F8;
}
</style>
background-color css
<style>
a { background-color: #FA40F8; }
a { background-color: rgb(250,64,248); }
div.DivClassName
{
background-color: #FA40F8;
}
.BgClassName
{
background-color: #FA40F8;
}
</style>
border-color css
<style>
span { border-color: #FA40F8; }
span { border-color: rgb(250,64,248); }
td.TdClassName
{
border-color: #FA40F8;
}
.TagClassName
{
border-color: #FA40F8;
}
</style>