Shades of Pink Flamingo #F039FB
Tints of Pink Flamingo #F039FB
RGB
CMYK
RGB Variations
Color information
#F039FB (or 0xF039FB) is known color: Pink Flamingo. HEX triplet: F0, 39 and FB. RGB value is (240,57,251). Sum of RGB (Red+Green+Blue) = 240+57+251=548 (72% of max value = 765). Red value is 240 (94.14% from 255 or 43.80% from 548); Green value is 57 (22.66% from 255 or 10.40% from 548); Blue value is 251 (98.44% from 255 or 45.80% from 548); Max value from RGB is 251 - color contains mainly: blue. Hex color #F039FB is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #F039FB is #0FC604. Grayscale: #858585. Windows color (decimal): -1033733 or 16464368. OLE color: 16464368.
HSL color Cylindrical-coordinate representation of color #F039FB: hue angle of 296.6º degrees, saturation: 0.96, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #F039FB is Cyan = 0.04, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 240 | 57 | 251 | - |
| CMYK | 0.04 | 0.77 | 0 | 0.02 |
| HSL | 296.6º | 0.96% | 0.6% | - |
| HSV(B) | 296.6º | 0.77% | 0.98% | - |
| XYZ | 54.81 | 28.42 | 93.86 | - |
| YUV | 133.83 | 194.13 | 203.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 57 | 251 | 0.04 | 0.77 | 0 | 0.02 | 296.6 | 0.96 | 0.6 |
| Hex | F0 | 39 | FB | 4 | 4D | 0 | 2 | 129 | 60 | 3C |
| Octal | 360 | 71 | 373 | 4 | 115 | 0 | 2 | 451 | 140 | 74 |
| Binary | 11110000 | 111001 | 11111011 | 100 | 1001101 | 0 | 10 | 100101001 | 1100000 | 111100 |
Color Harmonies of #F039FB
Complementary color
Monochromatic Colors of #F039FB
Black with #F039FB
Text Example
Text Example
White with #F039FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F039FB; }
p { color: rgb(240,57,251); }
H1.HeaderClassName
{
color: #F039FB;
}
.AnyTagClassName
{
color: #F039FB;
}
</style>
background-color css
<style>
a { background-color: #F039FB; }
a { background-color: rgb(240,57,251); }
div.DivClassName
{
background-color: #F039FB;
}
.BgClassName
{
background-color: #F039FB;
}
</style>
border-color css
<style>
span { border-color: #F039FB; }
span { border-color: rgb(240,57,251); }
td.TdClassName
{
border-color: #F039FB;
}
.TagClassName
{
border-color: #F039FB;
}
</style>