Shades of Pink Flamingo #FE38FA
Tints of Pink Flamingo #FE38FA
RGB
CMYK
RGB Variations
Color information
#FE38FA (or 0xFE38FA) is known color: Pink Flamingo. HEX triplet: FE, 38 and FA. RGB value is (254,56,250). Sum of RGB (Red+Green+Blue) = 254+56+250=560 (74% of max value = 765). Red value is 254 (99.61% from 255 or 45.36% from 560); Green value is 56 (22.27% from 255 or 10% from 560); Blue value is 250 (98.05% from 255 or 44.64% from 560); Max value from RGB is 254 - color contains mainly: red. Hex color #FE38FA is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #FE38FA is #01C705. Grayscale: #888888. Windows color (decimal): -116486 or 16398590. OLE color: 16398590.
HSL color Cylindrical-coordinate representation of color #FE38FA: hue angle of 301.21º degrees, saturation: 0.99, lightness: 0.61%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #FE38FA is Cyan = 0, Magento = 0.78, Yellow = 0.02 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 56 | 250 | - |
| CMYK | 0 | 0.78 | 0.02 | 0.00 |
| HSL | 301.21º | 0.99% | 0.61% | - |
| HSV(B) | 301.21º | 0.78% | 1% | - |
| XYZ | 59.54 | 30.8 | 93.25 | - |
| YUV | 137.32 | 191.6 | 211.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 56 | 250 | 0 | 0.78 | 0.02 | 0.00 | 301.21 | 0.99 | 0.61 |
| Hex | FE | 38 | FA | 0 | 4E | 2 | 0 | 12D | 63 | 3D |
| Octal | 376 | 70 | 372 | 0 | 116 | 2 | 0 | 455 | 143 | 75 |
| Binary | 11111110 | 111000 | 11111010 | 0 | 1001110 | 10 | 0 | 100101101 | 1100011 | 111101 |
Color Harmonies of #FE38FA
Complementary color
Monochromatic Colors of #FE38FA
Black with #FE38FA
Text Example
Text Example
White with #FE38FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE38FA; }
p { color: rgb(254,56,250); }
H1.HeaderClassName
{
color: #FE38FA;
}
.AnyTagClassName
{
color: #FE38FA;
}
</style>
background-color css
<style>
a { background-color: #FE38FA; }
a { background-color: rgb(254,56,250); }
div.DivClassName
{
background-color: #FE38FA;
}
.BgClassName
{
background-color: #FE38FA;
}
</style>
border-color css
<style>
span { border-color: #FE38FA; }
span { border-color: rgb(254,56,250); }
td.TdClassName
{
border-color: #FE38FA;
}
.TagClassName
{
border-color: #FE38FA;
}
</style>