Shades of Pink Flamingo #FE53FE
Tints of Pink Flamingo #FE53FE
RGB
CMYK
RGB Variations
Color information
#FE53FE (or 0xFE53FE) is known color: Pink Flamingo. HEX triplet: FE, 53 and FE. RGB value is (254,83,254). Sum of RGB (Red+Green+Blue) = 254+83+254=591 (78% of max value = 765). Red value is 254 (99.61% from 255 or 42.98% from 591); Green value is 83 (32.81% from 255 or 14.04% from 591); Blue value is 254 (99.61% from 255 or 42.98% from 591); Max value from RGB is 254 - color contains mainly: red, blue. Hex color #FE53FE is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #FE53FE is #01AC01. Grayscale: #999999. Windows color (decimal): -109570 or 16667646. OLE color: 16667646.
HSL color Cylindrical-coordinate representation of color #FE53FE: hue angle of 300º degrees, saturation: 0.99, lightness: 0.66%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #FE53FE is Cyan = 0, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 83 | 254 | - |
| CMYK | 0 | 0.67 | 0 | 0.00 |
| HSL | 300º | 0.99% | 0.66% | - |
| HSV(B) | 300º | 0.67% | 1% | - |
| XYZ | 61.86 | 34.41 | 97.15 | - |
| YUV | 153.62 | 184.65 | 199.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 83 | 254 | 0 | 0.67 | 0 | 0.00 | 300 | 0.99 | 0.66 |
| Hex | FE | 53 | FE | 0 | 43 | 0 | 0 | 12C | 63 | 42 |
| Octal | 376 | 123 | 376 | 0 | 103 | 0 | 0 | 454 | 143 | 102 |
| Binary | 11111110 | 1010011 | 11111110 | 0 | 1000011 | 0 | 0 | 100101100 | 1100011 | 1000010 |
Color Harmonies of #FE53FE
Complementary color
Monochromatic Colors of #FE53FE
Black with #FE53FE
Text Example
Text Example
White with #FE53FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE53FE; }
p { color: rgb(254,83,254); }
H1.HeaderClassName
{
color: #FE53FE;
}
.AnyTagClassName
{
color: #FE53FE;
}
</style>
background-color css
<style>
a { background-color: #FE53FE; }
a { background-color: rgb(254,83,254); }
div.DivClassName
{
background-color: #FE53FE;
}
.BgClassName
{
background-color: #FE53FE;
}
</style>
border-color css
<style>
span { border-color: #FE53FE; }
span { border-color: rgb(254,83,254); }
td.TdClassName
{
border-color: #FE53FE;
}
.TagClassName
{
border-color: #FE53FE;
}
</style>