Shades of Pink Flamingo #FA34FE
Tints of Pink Flamingo #FA34FE
RGB
CMYK
RGB Variations
Color information
#FA34FE (or 0xFA34FE) is known color: Pink Flamingo. HEX triplet: FA, 34 and FE. RGB value is (250,52,254). Sum of RGB (Red+Green+Blue) = 250+52+254=556 (73% of max value = 765). Red value is 250 (98.05% from 255 or 44.96% from 556); Green value is 52 (20.70% from 255 or 9.35% from 556); Blue value is 254 (99.61% from 255 or 45.68% from 556); Max value from RGB is 254 - color contains mainly: blue. Hex color #FA34FE is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #FA34FE is #05CB01. Grayscale: #858585. Windows color (decimal): -379650 or 16659706. OLE color: 16659706.
HSL color Cylindrical-coordinate representation of color #FA34FE: hue angle of 298.81º degrees, saturation: 0.99, lightness: 0.6%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #FA34FE is Cyan = 0.02, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 250 | 52 | 254 | - |
| CMYK | 0.02 | 0.80 | 0 | 0.00 |
| HSL | 298.81º | 0.99% | 0.6% | - |
| HSV(B) | 298.81º | 0.8% | 1% | - |
| XYZ | 58.54 | 29.94 | 96.46 | - |
| YUV | 134.23 | 195.6 | 210.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 52 | 254 | 0.02 | 0.80 | 0 | 0.00 | 298.81 | 0.99 | 0.6 |
| Hex | FA | 34 | FE | 2 | 50 | 0 | 0 | 12B | 63 | 3C |
| Octal | 372 | 64 | 376 | 2 | 120 | 0 | 0 | 453 | 143 | 74 |
| Binary | 11111010 | 110100 | 11111110 | 10 | 1010000 | 0 | 0 | 100101011 | 1100011 | 111100 |
Color Harmonies of #FA34FE
Complementary color
Monochromatic Colors of #FA34FE
Black with #FA34FE
Text Example
Text Example
White with #FA34FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA34FE; }
p { color: rgb(250,52,254); }
H1.HeaderClassName
{
color: #FA34FE;
}
.AnyTagClassName
{
color: #FA34FE;
}
</style>
background-color css
<style>
a { background-color: #FA34FE; }
a { background-color: rgb(250,52,254); }
div.DivClassName
{
background-color: #FA34FE;
}
.BgClassName
{
background-color: #FA34FE;
}
</style>
border-color css
<style>
span { border-color: #FA34FE; }
span { border-color: rgb(250,52,254); }
td.TdClassName
{
border-color: #FA34FE;
}
.TagClassName
{
border-color: #FA34FE;
}
</style>