Shades of Pink Flamingo #F037FE
Tints of Pink Flamingo #F037FE
RGB
CMYK
RGB Variations
Color information
#F037FE (or 0xF037FE) is known color: Pink Flamingo. HEX triplet: F0, 37 and FE. RGB value is (240,55,254). Sum of RGB (Red+Green+Blue) = 240+55+254=549 (72% of max value = 765). Red value is 240 (94.14% from 255 or 43.72% from 549); Green value is 55 (21.88% from 255 or 10.02% from 549); Blue value is 254 (99.61% from 255 or 46.27% from 549); Max value from RGB is 254 - color contains mainly: blue. Hex color #F037FE is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #F037FE is #0FC801. Grayscale: #848484. Windows color (decimal): -1034242 or 16660464. OLE color: 16660464.
HSL color Cylindrical-coordinate representation of color #F037FE: hue angle of 295.78º 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 #F037FE is Cyan = 0.06, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 240 | 55 | 254 | - |
| CMYK | 0.06 | 0.78 | 0 | 0.00 |
| HSL | 295.78º | 0.99% | 0.61% | - |
| HSV(B) | 295.78º | 0.78% | 1% | - |
| XYZ | 55.19 | 28.41 | 96.34 | - |
| YUV | 133 | 196.29 | 204.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 55 | 254 | 0.06 | 0.78 | 0 | 0.00 | 295.78 | 0.99 | 0.61 |
| Hex | F0 | 37 | FE | 6 | 4E | 0 | 0 | 128 | 63 | 3D |
| Octal | 360 | 67 | 376 | 6 | 116 | 0 | 0 | 450 | 143 | 75 |
| Binary | 11110000 | 110111 | 11111110 | 110 | 1001110 | 0 | 0 | 100101000 | 1100011 | 111101 |
Color Harmonies of #F037FE
Complementary color
Monochromatic Colors of #F037FE
Black with #F037FE
Text Example
Text Example
White with #F037FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F037FE; }
p { color: rgb(240,55,254); }
H1.HeaderClassName
{
color: #F037FE;
}
.AnyTagClassName
{
color: #F037FE;
}
</style>
background-color css
<style>
a { background-color: #F037FE; }
a { background-color: rgb(240,55,254); }
div.DivClassName
{
background-color: #F037FE;
}
.BgClassName
{
background-color: #F037FE;
}
</style>
border-color css
<style>
span { border-color: #F037FE; }
span { border-color: rgb(240,55,254); }
td.TdClassName
{
border-color: #F037FE;
}
.TagClassName
{
border-color: #F037FE;
}
</style>