Shades of Pink Flamingo #FA3AFE
Tints of Pink Flamingo #FA3AFE
RGB
CMYK
RGB Variations
Color information
#FA3AFE (or 0xFA3AFE) is known color: Pink Flamingo. HEX triplet: FA, 3A and FE. RGB value is (250,58,254). Sum of RGB (Red+Green+Blue) = 250+58+254=562 (74% of max value = 765). Red value is 250 (98.05% from 255 or 44.48% from 562); Green value is 58 (23.05% from 255 or 10.32% from 562); Blue value is 254 (99.61% from 255 or 45.20% from 562); Max value from RGB is 254 - color contains mainly: blue. Hex color #FA3AFE is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #FA3AFE is #05C501. Grayscale: #898989. Windows color (decimal): -378114 or 16661242. OLE color: 16661242.
HSL color Cylindrical-coordinate representation of color #FA3AFE: hue angle of 298.78º degrees, saturation: 0.99, lightness: 0.61%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #FA3AFE is Cyan = 0.02, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 250 | 58 | 254 | - |
| CMYK | 0.02 | 0.77 | 0 | 0.00 |
| HSL | 298.78º | 0.99% | 0.61% | - |
| HSV(B) | 298.78º | 0.77% | 1% | - |
| XYZ | 58.83 | 30.51 | 96.55 | - |
| YUV | 137.75 | 193.61 | 208.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 58 | 254 | 0.02 | 0.77 | 0 | 0.00 | 298.78 | 0.99 | 0.61 |
| Hex | FA | 3A | FE | 2 | 4D | 0 | 0 | 12B | 63 | 3D |
| Octal | 372 | 72 | 376 | 2 | 115 | 0 | 0 | 453 | 143 | 75 |
| Binary | 11111010 | 111010 | 11111110 | 10 | 1001101 | 0 | 0 | 100101011 | 1100011 | 111101 |
Color Harmonies of #FA3AFE
Complementary color
Monochromatic Colors of #FA3AFE
Black with #FA3AFE
Text Example
Text Example
White with #FA3AFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA3AFE; }
p { color: rgb(250,58,254); }
H1.HeaderClassName
{
color: #FA3AFE;
}
.AnyTagClassName
{
color: #FA3AFE;
}
</style>
background-color css
<style>
a { background-color: #FA3AFE; }
a { background-color: rgb(250,58,254); }
div.DivClassName
{
background-color: #FA3AFE;
}
.BgClassName
{
background-color: #FA3AFE;
}
</style>
border-color css
<style>
span { border-color: #FA3AFE; }
span { border-color: rgb(250,58,254); }
td.TdClassName
{
border-color: #FA3AFE;
}
.TagClassName
{
border-color: #FA3AFE;
}
</style>