Shades of Pink Flamingo #FE37FF
Tints of Pink Flamingo #FE37FF
RGB
CMYK
RGB Variations
Color information
#FE37FF (or 0xFE37FF) is known color: Pink Flamingo. HEX triplet: FE, 37 and FF. RGB value is (254,55,255). Sum of RGB (Red+Green+Blue) = 254+55+255=564 (74% of max value = 765). Red value is 254 (99.61% from 255 or 45.04% from 564); Green value is 55 (21.88% from 255 or 9.75% from 564); Blue value is 255 (100% from 255 or 45.21% from 564); Max value from RGB is 255 - color contains mainly: blue. Hex color #FE37FF is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #FE37FF is #01C800. Grayscale: #888888. Windows color (decimal): -116737 or 16726014. OLE color: 16726014.
HSL color Cylindrical-coordinate representation of color #FE37FF: hue angle of 299.7º degrees, saturation: 1, lightness: 0.61%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #FE37FF is Cyan = 0.00, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 254 | 55 | 255 | - |
| CMYK | 0.00 | 0.78 | 0 | 0 |
| HSL | 299.7º | 1% | 0.61% | - |
| HSV(B) | 299.7º | 0.78% | 1% | - |
| XYZ | 60.29 | 31.02 | 97.42 | - |
| YUV | 137.3 | 194.43 | 211.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 55 | 255 | 0.00 | 0.78 | 0 | 0 | 299.7 | 1 | 0.61 |
| Hex | FE | 37 | FF | 0 | 4E | 0 | 0 | 12C | 64 | 3D |
| Octal | 376 | 67 | 377 | 0 | 116 | 0 | 0 | 454 | 144 | 75 |
| Binary | 11111110 | 110111 | 11111111 | 0 | 1001110 | 0 | 0 | 100101100 | 1100100 | 111101 |
Color Harmonies of #FE37FF
Complementary color
Monochromatic Colors of #FE37FF
Black with #FE37FF
Text Example
Text Example
White with #FE37FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE37FF; }
p { color: rgb(254,55,255); }
H1.HeaderClassName
{
color: #FE37FF;
}
.AnyTagClassName
{
color: #FE37FF;
}
</style>
background-color css
<style>
a { background-color: #FE37FF; }
a { background-color: rgb(254,55,255); }
div.DivClassName
{
background-color: #FE37FF;
}
.BgClassName
{
background-color: #FE37FF;
}
</style>
border-color css
<style>
span { border-color: #FE37FF; }
span { border-color: rgb(254,55,255); }
td.TdClassName
{
border-color: #FE37FF;
}
.TagClassName
{
border-color: #FE37FF;
}
</style>