Shades of Pink Flamingo #FA3BFF
Tints of Pink Flamingo #FA3BFF
RGB
CMYK
RGB Variations
Color information
#FA3BFF (or 0xFA3BFF) is known color: Pink Flamingo. HEX triplet: FA, 3B and FF. RGB value is (250,59,255). Sum of RGB (Red+Green+Blue) = 250+59+255=564 (74% of max value = 765). Red value is 250 (98.05% from 255 or 44.33% from 564); Green value is 59 (23.44% from 255 or 10.46% from 564); Blue value is 255 (100% from 255 or 45.21% from 564); Max value from RGB is 255 - color contains mainly: blue. Hex color #FA3BFF is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #FA3BFF is #05C400. Grayscale: #898989. Windows color (decimal): -377857 or 16727034. OLE color: 16727034.
HSL color Cylindrical-coordinate representation of color #FA3BFF: hue angle of 298.47º degrees, saturation: 1, lightness: 0.62%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #FA3BFF is Cyan = 0.02, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 250 | 59 | 255 | - |
| CMYK | 0.02 | 0.77 | 0 | 0 |
| HSL | 298.47º | 1% | 0.62% | - |
| HSV(B) | 298.47º | 0.77% | 1% | - |
| XYZ | 59.04 | 30.67 | 97.42 | - |
| YUV | 138.45 | 193.78 | 207.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 59 | 255 | 0.02 | 0.77 | 0 | 0 | 298.47 | 1 | 0.62 |
| Hex | FA | 3B | FF | 2 | 4D | 0 | 0 | 12A | 64 | 3E |
| Octal | 372 | 73 | 377 | 2 | 115 | 0 | 0 | 452 | 144 | 76 |
| Binary | 11111010 | 111011 | 11111111 | 10 | 1001101 | 0 | 0 | 100101010 | 1100100 | 111110 |
Color Harmonies of #FA3BFF
Complementary color
Monochromatic Colors of #FA3BFF
Black with #FA3BFF
Text Example
Text Example
White with #FA3BFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA3BFF; }
p { color: rgb(250,59,255); }
H1.HeaderClassName
{
color: #FA3BFF;
}
.AnyTagClassName
{
color: #FA3BFF;
}
</style>
background-color css
<style>
a { background-color: #FA3BFF; }
a { background-color: rgb(250,59,255); }
div.DivClassName
{
background-color: #FA3BFF;
}
.BgClassName
{
background-color: #FA3BFF;
}
</style>
border-color css
<style>
span { border-color: #FA3BFF; }
span { border-color: rgb(250,59,255); }
td.TdClassName
{
border-color: #FA3BFF;
}
.TagClassName
{
border-color: #FA3BFF;
}
</style>