Shades of Pink Flamingo #FA3EFE
Tints of Pink Flamingo #FA3EFE
RGB
CMYK
RGB Variations
Color information
#FA3EFE (or 0xFA3EFE) is known color: Pink Flamingo. HEX triplet: FA, 3E and FE. RGB value is (250,62,254). Sum of RGB (Red+Green+Blue) = 250+62+254=566 (74% of max value = 765). Red value is 250 (98.05% from 255 or 44.17% from 566); Green value is 62 (24.61% from 255 or 10.95% from 566); Blue value is 254 (99.61% from 255 or 44.88% from 566); Max value from RGB is 254 - color contains mainly: blue. Hex color #FA3EFE is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #FA3EFE is #05C101. Grayscale: #8B8B8B. Windows color (decimal): -377090 or 16662266. OLE color: 16662266.
HSL color Cylindrical-coordinate representation of color #FA3EFE: hue angle of 298.75º degrees, saturation: 0.99, lightness: 0.62%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #FA3EFE is Cyan = 0.02, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 250 | 62 | 254 | - |
| CMYK | 0.02 | 0.76 | 0 | 0.00 |
| HSL | 298.75º | 0.99% | 0.62% | - |
| HSV(B) | 298.75º | 0.76% | 1% | - |
| XYZ | 59.04 | 30.93 | 96.62 | - |
| YUV | 140.1 | 192.28 | 206.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 62 | 254 | 0.02 | 0.76 | 0 | 0.00 | 298.75 | 0.99 | 0.62 |
| Hex | FA | 3E | FE | 2 | 4C | 0 | 0 | 12B | 63 | 3E |
| Octal | 372 | 76 | 376 | 2 | 114 | 0 | 0 | 453 | 143 | 76 |
| Binary | 11111010 | 111110 | 11111110 | 10 | 1001100 | 0 | 0 | 100101011 | 1100011 | 111110 |
Color Harmonies of #FA3EFE
Complementary color
Monochromatic Colors of #FA3EFE
Black with #FA3EFE
Text Example
Text Example
White with #FA3EFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA3EFE; }
p { color: rgb(250,62,254); }
H1.HeaderClassName
{
color: #FA3EFE;
}
.AnyTagClassName
{
color: #FA3EFE;
}
</style>
background-color css
<style>
a { background-color: #FA3EFE; }
a { background-color: rgb(250,62,254); }
div.DivClassName
{
background-color: #FA3EFE;
}
.BgClassName
{
background-color: #FA3EFE;
}
</style>
border-color css
<style>
span { border-color: #FA3EFE; }
span { border-color: rgb(250,62,254); }
td.TdClassName
{
border-color: #FA3EFE;
}
.TagClassName
{
border-color: #FA3EFE;
}
</style>