Shades of Pink Flamingo #FA34FF
Tints of Pink Flamingo #FA34FF
RGB
CMYK
RGB Variations
Color information
#FA34FF (or 0xFA34FF) is known color: Pink Flamingo. HEX triplet: FA, 34 and FF. RGB value is (250,52,255). Sum of RGB (Red+Green+Blue) = 250+52+255=557 (73% of max value = 765). Red value is 250 (98.05% from 255 or 44.88% from 557); Green value is 52 (20.70% from 255 or 9.34% from 557); Blue value is 255 (100% from 255 or 45.78% from 557); Max value from RGB is 255 - color contains mainly: blue. Hex color #FA34FF is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #FA34FF is #05CB00. Grayscale: #858585. Windows color (decimal): -379649 or 16725242. OLE color: 16725242.
HSL color Cylindrical-coordinate representation of color #FA34FF: hue angle of 298.52º degrees, saturation: 1, lightness: 0.6%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #FA34FF is Cyan = 0.02, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 250 | 52 | 255 | - |
| CMYK | 0.02 | 0.80 | 0 | 0 |
| HSL | 298.52º | 1% | 0.6% | - |
| HSV(B) | 298.52º | 0.8% | 1% | - |
| XYZ | 58.7 | 30 | 97.3 | - |
| YUV | 134.34 | 196.1 | 210.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 52 | 255 | 0.02 | 0.80 | 0 | 0 | 298.52 | 1 | 0.6 |
| Hex | FA | 34 | FF | 2 | 50 | 0 | 0 | 12B | 64 | 3C |
| Octal | 372 | 64 | 377 | 2 | 120 | 0 | 0 | 453 | 144 | 74 |
| Binary | 11111010 | 110100 | 11111111 | 10 | 1010000 | 0 | 0 | 100101011 | 1100100 | 111100 |
Color Harmonies of #FA34FF
Complementary color
Monochromatic Colors of #FA34FF
Black with #FA34FF
Text Example
Text Example
White with #FA34FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA34FF; }
p { color: rgb(250,52,255); }
H1.HeaderClassName
{
color: #FA34FF;
}
.AnyTagClassName
{
color: #FA34FF;
}
</style>
background-color css
<style>
a { background-color: #FA34FF; }
a { background-color: rgb(250,52,255); }
div.DivClassName
{
background-color: #FA34FF;
}
.BgClassName
{
background-color: #FA34FF;
}
</style>
border-color css
<style>
span { border-color: #FA34FF; }
span { border-color: rgb(250,52,255); }
td.TdClassName
{
border-color: #FA34FF;
}
.TagClassName
{
border-color: #FA34FF;
}
</style>