Shades of Pink Flamingo #FA41FB
Tints of Pink Flamingo #FA41FB
RGB
CMYK
RGB Variations
Color information
#FA41FB (or 0xFA41FB) is known color: Pink Flamingo. HEX triplet: FA, 41 and FB. RGB value is (250,65,251). Sum of RGB (Red+Green+Blue) = 250+65+251=566 (74% of max value = 765). Red value is 250 (98.05% from 255 or 44.17% from 566); Green value is 65 (25.78% from 255 or 11.48% from 566); Blue value is 251 (98.44% from 255 or 44.35% from 566); Max value from RGB is 251 - color contains mainly: blue. Hex color #FA41FB is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #FA41FB is #05BE04. Grayscale: #8C8C8C. Windows color (decimal): -376325 or 16466426. OLE color: 16466426.
HSL color Cylindrical-coordinate representation of color #FA41FB: hue angle of 299.68º degrees, saturation: 0.96, 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 #FA41FB is Cyan = 0.00, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 65 | 251 | - |
| CMYK | 0.00 | 0.74 | 0 | 0.02 |
| HSL | 299.68º | 0.96% | 0.62% | - |
| HSV(B) | 299.68º | 0.74% | 0.98% | - |
| XYZ | 58.73 | 31.07 | 94.17 | - |
| YUV | 141.52 | 189.79 | 205.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 65 | 251 | 0.00 | 0.74 | 0 | 0.02 | 299.68 | 0.96 | 0.62 |
| Hex | FA | 41 | FB | 0 | 4A | 0 | 2 | 12C | 60 | 3E |
| Octal | 372 | 101 | 373 | 0 | 112 | 0 | 2 | 454 | 140 | 76 |
| Binary | 11111010 | 1000001 | 11111011 | 0 | 1001010 | 0 | 10 | 100101100 | 1100000 | 111110 |
Color Harmonies of #FA41FB
Complementary color
Monochromatic Colors of #FA41FB
Black with #FA41FB
Text Example
Text Example
White with #FA41FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA41FB; }
p { color: rgb(250,65,251); }
H1.HeaderClassName
{
color: #FA41FB;
}
.AnyTagClassName
{
color: #FA41FB;
}
</style>
background-color css
<style>
a { background-color: #FA41FB; }
a { background-color: rgb(250,65,251); }
div.DivClassName
{
background-color: #FA41FB;
}
.BgClassName
{
background-color: #FA41FB;
}
</style>
border-color css
<style>
span { border-color: #FA41FB; }
span { border-color: rgb(250,65,251); }
td.TdClassName
{
border-color: #FA41FB;
}
.TagClassName
{
border-color: #FA41FB;
}
</style>