Shades of Pink Flamingo #FE3DFE
Tints of Pink Flamingo #FE3DFE
RGB
CMYK
RGB Variations
Color information
#FE3DFE (or 0xFE3DFE) is known color: Pink Flamingo. HEX triplet: FE, 3D and FE. RGB value is (254,61,254). Sum of RGB (Red+Green+Blue) = 254+61+254=569 (75% of max value = 765). Red value is 254 (99.61% from 255 or 44.64% from 569); Green value is 61 (24.22% from 255 or 10.72% from 569); Blue value is 254 (99.61% from 255 or 44.64% from 569); Max value from RGB is 254 - color contains mainly: red, blue. Hex color #FE3DFE is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #FE3DFE is #01C201. Grayscale: #8C8C8C. Windows color (decimal): -115202 or 16662014. OLE color: 16662014.
HSL color Cylindrical-coordinate representation of color #FE3DFE: hue angle of 300º 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 #FE3DFE is Cyan = 0, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 61 | 254 | - |
| CMYK | 0 | 0.76 | 0 | 0.00 |
| HSL | 300º | 0.99% | 0.62% | - |
| HSV(B) | 300º | 0.76% | 1% | - |
| XYZ | 60.43 | 31.56 | 96.67 | - |
| YUV | 140.71 | 191.94 | 208.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 61 | 254 | 0 | 0.76 | 0 | 0.00 | 300 | 0.99 | 0.62 |
| Hex | FE | 3D | FE | 0 | 4C | 0 | 0 | 12C | 63 | 3E |
| Octal | 376 | 75 | 376 | 0 | 114 | 0 | 0 | 454 | 143 | 76 |
| Binary | 11111110 | 111101 | 11111110 | 0 | 1001100 | 0 | 0 | 100101100 | 1100011 | 111110 |
Color Harmonies of #FE3DFE
Complementary color
Monochromatic Colors of #FE3DFE
Black with #FE3DFE
Text Example
Text Example
White with #FE3DFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE3DFE; }
p { color: rgb(254,61,254); }
H1.HeaderClassName
{
color: #FE3DFE;
}
.AnyTagClassName
{
color: #FE3DFE;
}
</style>
background-color css
<style>
a { background-color: #FE3DFE; }
a { background-color: rgb(254,61,254); }
div.DivClassName
{
background-color: #FE3DFE;
}
.BgClassName
{
background-color: #FE3DFE;
}
</style>
border-color css
<style>
span { border-color: #FE3DFE; }
span { border-color: rgb(254,61,254); }
td.TdClassName
{
border-color: #FE3DFE;
}
.TagClassName
{
border-color: #FE3DFE;
}
</style>