Shades of Pink Flamingo #F039FF
Tints of Pink Flamingo #F039FF
RGB
CMYK
RGB Variations
Color information
#F039FF (or 0xF039FF) is known color: Pink Flamingo. HEX triplet: F0, 39 and FF. RGB value is (240,57,255). Sum of RGB (Red+Green+Blue) = 240+57+255=552 (73% of max value = 765). Red value is 240 (94.14% from 255 or 43.48% from 552); Green value is 57 (22.66% from 255 or 10.33% from 552); Blue value is 255 (100% from 255 or 46.20% from 552); Max value from RGB is 255 - color contains mainly: blue. Hex color #F039FF is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #F039FF is #0FC600. Grayscale: #858585. Windows color (decimal): -1033729 or 16726512. OLE color: 16726512.
HSL color Cylindrical-coordinate representation of color #F039FF: hue angle of 295.45º 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 #F039FF is Cyan = 0.06, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 240 | 57 | 255 | - |
| CMYK | 0.06 | 0.78 | 0 | 0 |
| HSL | 295.45º | 1% | 0.61% | - |
| HSV(B) | 295.45º | 0.78% | 1% | - |
| XYZ | 55.45 | 28.67 | 97.22 | - |
| YUV | 134.29 | 196.13 | 203.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 57 | 255 | 0.06 | 0.78 | 0 | 0 | 295.45 | 1 | 0.61 |
| Hex | F0 | 39 | FF | 6 | 4E | 0 | 0 | 127 | 64 | 3D |
| Octal | 360 | 71 | 377 | 6 | 116 | 0 | 0 | 447 | 144 | 75 |
| Binary | 11110000 | 111001 | 11111111 | 110 | 1001110 | 0 | 0 | 100100111 | 1100100 | 111101 |
Color Harmonies of #F039FF
Complementary color
Monochromatic Colors of #F039FF
Black with #F039FF
Text Example
Text Example
White with #F039FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F039FF; }
p { color: rgb(240,57,255); }
H1.HeaderClassName
{
color: #F039FF;
}
.AnyTagClassName
{
color: #F039FF;
}
</style>
background-color css
<style>
a { background-color: #F039FF; }
a { background-color: rgb(240,57,255); }
div.DivClassName
{
background-color: #F039FF;
}
.BgClassName
{
background-color: #F039FF;
}
</style>
border-color css
<style>
span { border-color: #F039FF; }
span { border-color: rgb(240,57,255); }
td.TdClassName
{
border-color: #F039FF;
}
.TagClassName
{
border-color: #F039FF;
}
</style>