Shades of Pink Flamingo #FE34FB
Tints of Pink Flamingo #FE34FB
RGB
CMYK
RGB Variations
Color information
#FE34FB (or 0xFE34FB) is known color: Pink Flamingo. HEX triplet: FE, 34 and FB. RGB value is (254,52,251). Sum of RGB (Red+Green+Blue) = 254+52+251=557 (73% of max value = 765). Red value is 254 (99.61% from 255 or 45.60% from 557); Green value is 52 (20.70% from 255 or 9.34% from 557); Blue value is 251 (98.44% from 255 or 45.06% from 557); Max value from RGB is 254 - color contains mainly: red. Hex color #FE34FB is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #FE34FB is #01CB04. Grayscale: #868686. Windows color (decimal): -117509 or 16463102. OLE color: 16463102.
HSL color Cylindrical-coordinate representation of color #FE34FB: hue angle of 300.89º degrees, saturation: 0.99, lightness: 0.6%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #FE34FB is Cyan = 0, Magento = 0.80, Yellow = 0.01 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 52 | 251 | - |
| CMYK | 0 | 0.80 | 0.01 | 0.00 |
| HSL | 300.89º | 0.99% | 0.6% | - |
| HSV(B) | 300.89º | 0.8% | 1% | - |
| XYZ | 59.51 | 30.49 | 94.02 | - |
| YUV | 135.08 | 193.42 | 212.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 52 | 251 | 0 | 0.80 | 0.01 | 0.00 | 300.89 | 0.99 | 0.6 |
| Hex | FE | 34 | FB | 0 | 50 | 1 | 0 | 12D | 63 | 3C |
| Octal | 376 | 64 | 373 | 0 | 120 | 1 | 0 | 455 | 143 | 74 |
| Binary | 11111110 | 110100 | 11111011 | 0 | 1010000 | 1 | 0 | 100101101 | 1100011 | 111100 |
Color Harmonies of #FE34FB
Complementary color
Monochromatic Colors of #FE34FB
Black with #FE34FB
Text Example
Text Example
White with #FE34FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE34FB; }
p { color: rgb(254,52,251); }
H1.HeaderClassName
{
color: #FE34FB;
}
.AnyTagClassName
{
color: #FE34FB;
}
</style>
background-color css
<style>
a { background-color: #FE34FB; }
a { background-color: rgb(254,52,251); }
div.DivClassName
{
background-color: #FE34FB;
}
.BgClassName
{
background-color: #FE34FB;
}
</style>
border-color css
<style>
span { border-color: #FE34FB; }
span { border-color: rgb(254,52,251); }
td.TdClassName
{
border-color: #FE34FB;
}
.TagClassName
{
border-color: #FE34FB;
}
</style>