Shades of Pink Flamingo #FE37FC
Tints of Pink Flamingo #FE37FC
RGB
CMYK
RGB Variations
Color information
#FE37FC (or 0xFE37FC) is known color: Pink Flamingo. HEX triplet: FE, 37 and FC. RGB value is (254,55,252). Sum of RGB (Red+Green+Blue) = 254+55+252=561 (74% of max value = 765). Red value is 254 (99.61% from 255 or 45.28% from 561); Green value is 55 (21.88% from 255 or 9.80% from 561); Blue value is 252 (98.83% from 255 or 44.92% from 561); Max value from RGB is 254 - color contains mainly: red. Hex color #FE37FC is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #FE37FC is #01C803. Grayscale: #888888. Windows color (decimal): -116740 or 16529406. OLE color: 16529406.
HSL color Cylindrical-coordinate representation of color #FE37FC: hue angle of 300.6º 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 #FE37FC is Cyan = 0, Magento = 0.78, Yellow = 0.01 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 55 | 252 | - |
| CMYK | 0 | 0.78 | 0.01 | 0.00 |
| HSL | 300.6º | 0.99% | 0.61% | - |
| HSV(B) | 300.6º | 0.78% | 1% | - |
| XYZ | 59.81 | 30.83 | 94.89 | - |
| YUV | 136.96 | 192.93 | 211.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 55 | 252 | 0 | 0.78 | 0.01 | 0.00 | 300.6 | 0.99 | 0.61 |
| Hex | FE | 37 | FC | 0 | 4E | 1 | 0 | 12D | 63 | 3D |
| Octal | 376 | 67 | 374 | 0 | 116 | 1 | 0 | 455 | 143 | 75 |
| Binary | 11111110 | 110111 | 11111100 | 0 | 1001110 | 1 | 0 | 100101101 | 1100011 | 111101 |
Color Harmonies of #FE37FC
Complementary color
Monochromatic Colors of #FE37FC
Black with #FE37FC
Text Example
Text Example
White with #FE37FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE37FC; }
p { color: rgb(254,55,252); }
H1.HeaderClassName
{
color: #FE37FC;
}
.AnyTagClassName
{
color: #FE37FC;
}
</style>
background-color css
<style>
a { background-color: #FE37FC; }
a { background-color: rgb(254,55,252); }
div.DivClassName
{
background-color: #FE37FC;
}
.BgClassName
{
background-color: #FE37FC;
}
</style>
border-color css
<style>
span { border-color: #FE37FC; }
span { border-color: rgb(254,55,252); }
td.TdClassName
{
border-color: #FE37FC;
}
.TagClassName
{
border-color: #FE37FC;
}
</style>