Shades of Pink Flamingo #FE43FA
Tints of Pink Flamingo #FE43FA
RGB
CMYK
RGB Variations
Color information
#FE43FA (or 0xFE43FA) is known color: Pink Flamingo. HEX triplet: FE, 43 and FA. RGB value is (254,67,250). Sum of RGB (Red+Green+Blue) = 254+67+250=571 (75% of max value = 765). Red value is 254 (99.61% from 255 or 44.48% from 571); Green value is 67 (26.56% from 255 or 11.73% from 571); Blue value is 250 (98.05% from 255 or 43.78% from 571); Max value from RGB is 254 - color contains mainly: red. Hex color #FE43FA is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #FE43FA is #01BC05. Grayscale: #8F8F8F. Windows color (decimal): -113670 or 16401406. OLE color: 16401406.
HSL color Cylindrical-coordinate representation of color #FE43FA: hue angle of 301.28º 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 #FE43FA is Cyan = 0, Magento = 0.74, Yellow = 0.02 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 67 | 250 | - |
| CMYK | 0 | 0.74 | 0.02 | 0.00 |
| HSL | 301.28º | 0.99% | 0.63% | - |
| HSV(B) | 301.28º | 0.74% | 1% | - |
| XYZ | 60.14 | 31.99 | 93.45 | - |
| YUV | 143.78 | 187.95 | 206.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 67 | 250 | 0 | 0.74 | 0.02 | 0.00 | 301.28 | 0.99 | 0.63 |
| Hex | FE | 43 | FA | 0 | 4A | 2 | 0 | 12D | 63 | 3F |
| Octal | 376 | 103 | 372 | 0 | 112 | 2 | 0 | 455 | 143 | 77 |
| Binary | 11111110 | 1000011 | 11111010 | 0 | 1001010 | 10 | 0 | 100101101 | 1100011 | 111111 |
Color Harmonies of #FE43FA
Complementary color
Monochromatic Colors of #FE43FA
Black with #FE43FA
Text Example
Text Example
White with #FE43FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE43FA; }
p { color: rgb(254,67,250); }
H1.HeaderClassName
{
color: #FE43FA;
}
.AnyTagClassName
{
color: #FE43FA;
}
</style>
background-color css
<style>
a { background-color: #FE43FA; }
a { background-color: rgb(254,67,250); }
div.DivClassName
{
background-color: #FE43FA;
}
.BgClassName
{
background-color: #FE43FA;
}
</style>
border-color css
<style>
span { border-color: #FE43FA; }
span { border-color: rgb(254,67,250); }
td.TdClassName
{
border-color: #FE43FA;
}
.TagClassName
{
border-color: #FE43FA;
}
</style>