Shades of Pink Flamingo #FE3AFE
Tints of Pink Flamingo #FE3AFE
RGB
CMYK
RGB Variations
Color information
#FE3AFE (or 0xFE3AFE) is known color: Pink Flamingo. HEX triplet: FE, 3A and FE. RGB value is (254,58,254). Sum of RGB (Red+Green+Blue) = 254+58+254=566 (74% of max value = 765). Red value is 254 (99.61% from 255 or 44.88% from 566); Green value is 58 (23.05% from 255 or 10.25% from 566); Blue value is 254 (99.61% from 255 or 44.88% from 566); Max value from RGB is 254 - color contains mainly: red, blue. Hex color #FE3AFE is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #FE3AFE is #01C501. Grayscale: #8A8A8A. Windows color (decimal): -115970 or 16661246. OLE color: 16661246.
HSL color Cylindrical-coordinate representation of color #FE3AFE: hue angle of 300º 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 #FE3AFE is Cyan = 0, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 58 | 254 | - |
| CMYK | 0 | 0.77 | 0 | 0.00 |
| HSL | 300º | 0.99% | 0.61% | - |
| HSV(B) | 300º | 0.77% | 1% | - |
| XYZ | 60.28 | 31.25 | 96.62 | - |
| YUV | 138.95 | 192.93 | 210.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 58 | 254 | 0 | 0.77 | 0 | 0.00 | 300 | 0.99 | 0.61 |
| Hex | FE | 3A | FE | 0 | 4D | 0 | 0 | 12C | 63 | 3D |
| Octal | 376 | 72 | 376 | 0 | 115 | 0 | 0 | 454 | 143 | 75 |
| Binary | 11111110 | 111010 | 11111110 | 0 | 1001101 | 0 | 0 | 100101100 | 1100011 | 111101 |
Color Harmonies of #FE3AFE
Complementary color
Monochromatic Colors of #FE3AFE
Black with #FE3AFE
Text Example
Text Example
White with #FE3AFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE3AFE; }
p { color: rgb(254,58,254); }
H1.HeaderClassName
{
color: #FE3AFE;
}
.AnyTagClassName
{
color: #FE3AFE;
}
</style>
background-color css
<style>
a { background-color: #FE3AFE; }
a { background-color: rgb(254,58,254); }
div.DivClassName
{
background-color: #FE3AFE;
}
.BgClassName
{
background-color: #FE3AFE;
}
</style>
border-color css
<style>
span { border-color: #FE3AFE; }
span { border-color: rgb(254,58,254); }
td.TdClassName
{
border-color: #FE3AFE;
}
.TagClassName
{
border-color: #FE3AFE;
}
</style>