Shades of Pink Flamingo #FE4FFF
Tints of Pink Flamingo #FE4FFF
RGB
CMYK
RGB Variations
Color information
#FE4FFF (or 0xFE4FFF) is known color: Pink Flamingo. HEX triplet: FE, 4F and FF. RGB value is (254,79,255). Sum of RGB (Red+Green+Blue) = 254+79+255=588 (77% of max value = 765). Red value is 254 (99.61% from 255 or 43.20% from 588); Green value is 79 (31.25% from 255 or 13.44% from 588); Blue value is 255 (100% from 255 or 43.37% from 588); Max value from RGB is 255 - color contains mainly: blue. Hex color #FE4FFF is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #FE4FFF is #01B000. Grayscale: #969696. Windows color (decimal): -110593 or 16732158. OLE color: 16732158.
HSL color Cylindrical-coordinate representation of color #FE4FFF: hue angle of 299.66º degrees, saturation: 1, lightness: 0.65%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #FE4FFF is Cyan = 0.00, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 254 | 79 | 255 | - |
| CMYK | 0.00 | 0.69 | 0 | 0 |
| HSL | 299.66º | 1% | 0.65% | - |
| HSV(B) | 299.66º | 0.69% | 1% | - |
| XYZ | 61.72 | 33.88 | 97.89 | - |
| YUV | 151.39 | 186.48 | 201.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 79 | 255 | 0.00 | 0.69 | 0 | 0 | 299.66 | 1 | 0.65 |
| Hex | FE | 4F | FF | 0 | 45 | 0 | 0 | 12C | 64 | 41 |
| Octal | 376 | 117 | 377 | 0 | 105 | 0 | 0 | 454 | 144 | 101 |
| Binary | 11111110 | 1001111 | 11111111 | 0 | 1000101 | 0 | 0 | 100101100 | 1100100 | 1000001 |
Color Harmonies of #FE4FFF
Complementary color
Monochromatic Colors of #FE4FFF
Black with #FE4FFF
Text Example
Text Example
White with #FE4FFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE4FFF; }
p { color: rgb(254,79,255); }
H1.HeaderClassName
{
color: #FE4FFF;
}
.AnyTagClassName
{
color: #FE4FFF;
}
</style>
background-color css
<style>
a { background-color: #FE4FFF; }
a { background-color: rgb(254,79,255); }
div.DivClassName
{
background-color: #FE4FFF;
}
.BgClassName
{
background-color: #FE4FFF;
}
</style>
border-color css
<style>
span { border-color: #FE4FFF; }
span { border-color: rgb(254,79,255); }
td.TdClassName
{
border-color: #FE4FFF;
}
.TagClassName
{
border-color: #FE4FFF;
}
</style>