Shades of Pink Flamingo #FE43FE
Tints of Pink Flamingo #FE43FE
RGB
CMYK
RGB Variations
Color information
#FE43FE (or 0xFE43FE) is known color: Pink Flamingo. HEX triplet: FE, 43 and FE. RGB value is (254,67,254). Sum of RGB (Red+Green+Blue) = 254+67+254=575 (76% of max value = 765). Red value is 254 (99.61% from 255 or 44.17% from 575); Green value is 67 (26.56% from 255 or 11.65% from 575); Blue value is 254 (99.61% from 255 or 44.17% from 575); Max value from RGB is 254 - color contains mainly: red, blue. Hex color #FE43FE is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #FE43FE is #01BC01. Grayscale: #8F8F8F. Windows color (decimal): -113666 or 16663550. OLE color: 16663550.
HSL color Cylindrical-coordinate representation of color #FE43FE: hue angle of 300º degrees, saturation: 0.99, lightness: 0.63%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #FE43FE is Cyan = 0, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 67 | 254 | - |
| CMYK | 0 | 0.74 | 0 | 0.00 |
| HSL | 300º | 0.99% | 0.63% | - |
| HSV(B) | 300º | 0.74% | 1% | - |
| XYZ | 60.77 | 32.24 | 96.79 | - |
| YUV | 144.23 | 189.95 | 206.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 67 | 254 | 0 | 0.74 | 0 | 0.00 | 300 | 0.99 | 0.63 |
| Hex | FE | 43 | FE | 0 | 4A | 0 | 0 | 12C | 63 | 3F |
| Octal | 376 | 103 | 376 | 0 | 112 | 0 | 0 | 454 | 143 | 77 |
| Binary | 11111110 | 1000011 | 11111110 | 0 | 1001010 | 0 | 0 | 100101100 | 1100011 | 111111 |
Color Harmonies of #FE43FE
Complementary color
Monochromatic Colors of #FE43FE
Black with #FE43FE
Text Example
Text Example
White with #FE43FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE43FE; }
p { color: rgb(254,67,254); }
H1.HeaderClassName
{
color: #FE43FE;
}
.AnyTagClassName
{
color: #FE43FE;
}
</style>
background-color css
<style>
a { background-color: #FE43FE; }
a { background-color: rgb(254,67,254); }
div.DivClassName
{
background-color: #FE43FE;
}
.BgClassName
{
background-color: #FE43FE;
}
</style>
border-color css
<style>
span { border-color: #FE43FE; }
span { border-color: rgb(254,67,254); }
td.TdClassName
{
border-color: #FE43FE;
}
.TagClassName
{
border-color: #FE43FE;
}
</style>