Shades of Pink Flamingo #FA34FA
Tints of Pink Flamingo #FA34FA
RGB
CMYK
RGB Variations
Color information
#FA34FA (or 0xFA34FA) is known color: Pink Flamingo. HEX triplet: FA, 34 and FA. RGB value is (250,52,250). Sum of RGB (Red+Green+Blue) = 250+52+250=552 (73% of max value = 765). Red value is 250 (98.05% from 255 or 45.29% from 552); Green value is 52 (20.70% from 255 or 9.42% from 552); Blue value is 250 (98.05% from 255 or 45.29% from 552); Max value from RGB is 250 - color contains mainly: red, blue. Hex color #FA34FA is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #FA34FA is #05CB05. Grayscale: #858585. Windows color (decimal): -379654 or 16397562. OLE color: 16397562.
HSL color Cylindrical-coordinate representation of color #FA34FA: hue angle of 300º degrees, saturation: 0.95, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #FA34FA is Cyan = 0, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 52 | 250 | - |
| CMYK | 0 | 0.79 | 0 | 0.02 |
| HSL | 300º | 0.95% | 0.59% | - |
| HSV(B) | 300º | 0.79% | 0.98% | - |
| XYZ | 57.91 | 29.68 | 93.12 | - |
| YUV | 133.77 | 193.6 | 210.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 52 | 250 | 0 | 0.79 | 0 | 0.02 | 300 | 0.95 | 0.59 |
| Hex | FA | 34 | FA | 0 | 4F | 0 | 2 | 12C | 5F | 3B |
| Octal | 372 | 64 | 372 | 0 | 117 | 0 | 2 | 454 | 137 | 73 |
| Binary | 11111010 | 110100 | 11111010 | 0 | 1001111 | 0 | 10 | 100101100 | 1011111 | 111011 |
Color Harmonies of #FA34FA
Complementary color
Monochromatic Colors of #FA34FA
Black with #FA34FA
Text Example
Text Example
White with #FA34FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA34FA; }
p { color: rgb(250,52,250); }
H1.HeaderClassName
{
color: #FA34FA;
}
.AnyTagClassName
{
color: #FA34FA;
}
</style>
background-color css
<style>
a { background-color: #FA34FA; }
a { background-color: rgb(250,52,250); }
div.DivClassName
{
background-color: #FA34FA;
}
.BgClassName
{
background-color: #FA34FA;
}
</style>
border-color css
<style>
span { border-color: #FA34FA; }
span { border-color: rgb(250,52,250); }
td.TdClassName
{
border-color: #FA34FA;
}
.TagClassName
{
border-color: #FA34FA;
}
</style>