Shades of Pink Flamingo #FA3FFF
Tints of Pink Flamingo #FA3FFF
RGB
CMYK
RGB Variations
Color information
#FA3FFF (or 0xFA3FFF) is known color: Pink Flamingo. HEX triplet: FA, 3F and FF. RGB value is (250,63,255). Sum of RGB (Red+Green+Blue) = 250+63+255=568 (75% of max value = 765). Red value is 250 (98.05% from 255 or 44.01% from 568); Green value is 63 (25% from 255 or 11.09% from 568); Blue value is 255 (100% from 255 or 44.89% from 568); Max value from RGB is 255 - color contains mainly: blue. Hex color #FA3FFF is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #FA3FFF is #05C000. Grayscale: #8C8C8C. Windows color (decimal): -376833 or 16728058. OLE color: 16728058.
HSL color Cylindrical-coordinate representation of color #FA3FFF: hue angle of 298.44º degrees, saturation: 1, lightness: 0.62%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #FA3FFF is Cyan = 0.02, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 250 | 63 | 255 | - |
| CMYK | 0.02 | 0.75 | 0 | 0 |
| HSL | 298.44º | 1% | 0.62% | - |
| HSV(B) | 298.44º | 0.75% | 1% | - |
| XYZ | 59.25 | 31.1 | 97.49 | - |
| YUV | 140.8 | 192.45 | 205.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 63 | 255 | 0.02 | 0.75 | 0 | 0 | 298.44 | 1 | 0.62 |
| Hex | FA | 3F | FF | 2 | 4B | 0 | 0 | 12A | 64 | 3E |
| Octal | 372 | 77 | 377 | 2 | 113 | 0 | 0 | 452 | 144 | 76 |
| Binary | 11111010 | 111111 | 11111111 | 10 | 1001011 | 0 | 0 | 100101010 | 1100100 | 111110 |
Color Harmonies of #FA3FFF
Complementary color
Monochromatic Colors of #FA3FFF
Black with #FA3FFF
Text Example
Text Example
White with #FA3FFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA3FFF; }
p { color: rgb(250,63,255); }
H1.HeaderClassName
{
color: #FA3FFF;
}
.AnyTagClassName
{
color: #FA3FFF;
}
</style>
background-color css
<style>
a { background-color: #FA3FFF; }
a { background-color: rgb(250,63,255); }
div.DivClassName
{
background-color: #FA3FFF;
}
.BgClassName
{
background-color: #FA3FFF;
}
</style>
border-color css
<style>
span { border-color: #FA3FFF; }
span { border-color: rgb(250,63,255); }
td.TdClassName
{
border-color: #FA3FFF;
}
.TagClassName
{
border-color: #FA3FFF;
}
</style>