Shades of Pink Flamingo #FE37FA
Tints of Pink Flamingo #FE37FA
RGB
CMYK
RGB Variations
Color information
#FE37FA (or 0xFE37FA) is known color: Pink Flamingo. HEX triplet: FE, 37 and FA. RGB value is (254,55,250). Sum of RGB (Red+Green+Blue) = 254+55+250=559 (74% of max value = 765). Red value is 254 (99.61% from 255 or 45.44% from 559); Green value is 55 (21.88% from 255 or 9.84% from 559); Blue value is 250 (98.05% from 255 or 44.72% from 559); Max value from RGB is 254 - color contains mainly: red. Hex color #FE37FA is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #FE37FA is #01C805. Grayscale: #888888. Windows color (decimal): -116742 or 16398334. OLE color: 16398334.
HSL color Cylindrical-coordinate representation of color #FE37FA: 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 #FE37FA is Cyan = 0, Magento = 0.78, Yellow = 0.02 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 55 | 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.49 | 30.71 | 93.23 | - |
| YUV | 136.73 | 191.93 | 211.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 55 | 250 | 0 | 0.78 | 0.02 | 0.00 | 301.21 | 0.99 | 0.61 |
| Hex | FE | 37 | FA | 0 | 4E | 2 | 0 | 12D | 63 | 3D |
| Octal | 376 | 67 | 372 | 0 | 116 | 2 | 0 | 455 | 143 | 75 |
| Binary | 11111110 | 110111 | 11111010 | 0 | 1001110 | 10 | 0 | 100101101 | 1100011 | 111101 |
Color Harmonies of #FE37FA
Complementary color
Monochromatic Colors of #FE37FA
Black with #FE37FA
Text Example
Text Example
White with #FE37FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE37FA; }
p { color: rgb(254,55,250); }
H1.HeaderClassName
{
color: #FE37FA;
}
.AnyTagClassName
{
color: #FE37FA;
}
</style>
background-color css
<style>
a { background-color: #FE37FA; }
a { background-color: rgb(254,55,250); }
div.DivClassName
{
background-color: #FE37FA;
}
.BgClassName
{
background-color: #FE37FA;
}
</style>
border-color css
<style>
span { border-color: #FE37FA; }
span { border-color: rgb(254,55,250); }
td.TdClassName
{
border-color: #FE37FA;
}
.TagClassName
{
border-color: #FE37FA;
}
</style>