Shades of Pink Flamingo #FE34FE
Tints of Pink Flamingo #FE34FE
RGB
CMYK
RGB Variations
Color information
#FE34FE (or 0xFE34FE) is known color: Pink Flamingo. HEX triplet: FE, 34 and FE. RGB value is (254,52,254). Sum of RGB (Red+Green+Blue) = 254+52+254=560 (74% of max value = 765). Red value is 254 (99.61% from 255 or 45.36% from 560); Green value is 52 (20.70% from 255 or 9.29% from 560); Blue value is 254 (99.61% from 255 or 45.36% from 560); Max value from RGB is 254 - color contains mainly: red, blue. Hex color #FE34FE is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #FE34FE is #01CB01. Grayscale: #868686. Windows color (decimal): -117506 or 16659710. OLE color: 16659710.
HSL color Cylindrical-coordinate representation of color #FE34FE: hue angle of 300º 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 #FE34FE is Cyan = 0, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 52 | 254 | - |
| CMYK | 0 | 0.80 | 0 | 0.00 |
| HSL | 300º | 0.99% | 0.6% | - |
| HSV(B) | 300º | 0.8% | 1% | - |
| XYZ | 59.99 | 30.68 | 96.53 | - |
| YUV | 135.43 | 194.92 | 212.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 52 | 254 | 0 | 0.80 | 0 | 0.00 | 300 | 0.99 | 0.6 |
| Hex | FE | 34 | FE | 0 | 50 | 0 | 0 | 12C | 63 | 3C |
| Octal | 376 | 64 | 376 | 0 | 120 | 0 | 0 | 454 | 143 | 74 |
| Binary | 11111110 | 110100 | 11111110 | 0 | 1010000 | 0 | 0 | 100101100 | 1100011 | 111100 |
Color Harmonies of #FE34FE
Complementary color
Monochromatic Colors of #FE34FE
Black with #FE34FE
Text Example
Text Example
White with #FE34FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE34FE; }
p { color: rgb(254,52,254); }
H1.HeaderClassName
{
color: #FE34FE;
}
.AnyTagClassName
{
color: #FE34FE;
}
</style>
background-color css
<style>
a { background-color: #FE34FE; }
a { background-color: rgb(254,52,254); }
div.DivClassName
{
background-color: #FE34FE;
}
.BgClassName
{
background-color: #FE34FE;
}
</style>
border-color css
<style>
span { border-color: #FE34FE; }
span { border-color: rgb(254,52,254); }
td.TdClassName
{
border-color: #FE34FE;
}
.TagClassName
{
border-color: #FE34FE;
}
</style>