Shades of Pink Flamingo #FE36FA
Tints of Pink Flamingo #FE36FA
RGB
CMYK
RGB Variations
Color information
#FE36FA (or 0xFE36FA) is known color: Pink Flamingo. HEX triplet: FE, 36 and FA. RGB value is (254,54,250). Sum of RGB (Red+Green+Blue) = 254+54+250=558 (73% of max value = 765). Red value is 254 (99.61% from 255 or 45.52% from 558); Green value is 54 (21.48% from 255 or 9.68% from 558); Blue value is 250 (98.05% from 255 or 44.80% from 558); Max value from RGB is 254 - color contains mainly: red. Hex color #FE36FA is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #FE36FA is #01C905. Grayscale: #878787. Windows color (decimal): -116998 or 16398078. OLE color: 16398078.
HSL color Cylindrical-coordinate representation of color #FE36FA: hue angle of 301.2º degrees, saturation: 0.99, lightness: 0.6%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #FE36FA is Cyan = 0, Magento = 0.79, Yellow = 0.02 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 54 | 250 | - |
| CMYK | 0 | 0.79 | 0.02 | 0.00 |
| HSL | 301.2º | 0.99% | 0.6% | - |
| HSV(B) | 301.2º | 0.79% | 1% | - |
| XYZ | 59.45 | 30.61 | 93.22 | - |
| YUV | 136.14 | 192.26 | 212.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 54 | 250 | 0 | 0.79 | 0.02 | 0.00 | 301.2 | 0.99 | 0.6 |
| Hex | FE | 36 | FA | 0 | 4F | 2 | 0 | 12D | 63 | 3C |
| Octal | 376 | 66 | 372 | 0 | 117 | 2 | 0 | 455 | 143 | 74 |
| Binary | 11111110 | 110110 | 11111010 | 0 | 1001111 | 10 | 0 | 100101101 | 1100011 | 111100 |
Color Harmonies of #FE36FA
Complementary color
Monochromatic Colors of #FE36FA
Black with #FE36FA
Text Example
Text Example
White with #FE36FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE36FA; }
p { color: rgb(254,54,250); }
H1.HeaderClassName
{
color: #FE36FA;
}
.AnyTagClassName
{
color: #FE36FA;
}
</style>
background-color css
<style>
a { background-color: #FE36FA; }
a { background-color: rgb(254,54,250); }
div.DivClassName
{
background-color: #FE36FA;
}
.BgClassName
{
background-color: #FE36FA;
}
</style>
border-color css
<style>
span { border-color: #FE36FA; }
span { border-color: rgb(254,54,250); }
td.TdClassName
{
border-color: #FE36FA;
}
.TagClassName
{
border-color: #FE36FA;
}
</style>