Shades of Pink Flamingo #FE36FB
Tints of Pink Flamingo #FE36FB
RGB
CMYK
RGB Variations
Color information
#FE36FB (or 0xFE36FB) is known color: Pink Flamingo. HEX triplet: FE, 36 and FB. RGB value is (254,54,251). Sum of RGB (Red+Green+Blue) = 254+54+251=559 (74% of max value = 765). Red value is 254 (99.61% from 255 or 45.44% from 559); Green value is 54 (21.48% from 255 or 9.66% from 559); Blue value is 251 (98.44% from 255 or 44.90% from 559); Max value from RGB is 254 - color contains mainly: red. Hex color #FE36FB is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #FE36FB is #01C904. Grayscale: #878787. Windows color (decimal): -116997 or 16463614. OLE color: 16463614.
HSL color Cylindrical-coordinate representation of color #FE36FB: hue angle of 300.9º 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 #FE36FB is Cyan = 0, Magento = 0.79, Yellow = 0.01 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 54 | 251 | - |
| CMYK | 0 | 0.79 | 0.01 | 0.00 |
| HSL | 300.9º | 0.99% | 0.6% | - |
| HSV(B) | 300.9º | 0.79% | 1% | - |
| XYZ | 59.6 | 30.67 | 94.05 | - |
| YUV | 136.26 | 192.76 | 211.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 54 | 251 | 0 | 0.79 | 0.01 | 0.00 | 300.9 | 0.99 | 0.6 |
| Hex | FE | 36 | FB | 0 | 4F | 1 | 0 | 12D | 63 | 3C |
| Octal | 376 | 66 | 373 | 0 | 117 | 1 | 0 | 455 | 143 | 74 |
| Binary | 11111110 | 110110 | 11111011 | 0 | 1001111 | 1 | 0 | 100101101 | 1100011 | 111100 |
Color Harmonies of #FE36FB
Complementary color
Monochromatic Colors of #FE36FB
Black with #FE36FB
Text Example
Text Example
White with #FE36FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE36FB; }
p { color: rgb(254,54,251); }
H1.HeaderClassName
{
color: #FE36FB;
}
.AnyTagClassName
{
color: #FE36FB;
}
</style>
background-color css
<style>
a { background-color: #FE36FB; }
a { background-color: rgb(254,54,251); }
div.DivClassName
{
background-color: #FE36FB;
}
.BgClassName
{
background-color: #FE36FB;
}
</style>
border-color css
<style>
span { border-color: #FE36FB; }
span { border-color: rgb(254,54,251); }
td.TdClassName
{
border-color: #FE36FB;
}
.TagClassName
{
border-color: #FE36FB;
}
</style>