Shades of Pink Flamingo #F046FB
Tints of Pink Flamingo #F046FB
RGB
CMYK
RGB Variations
Color information
#F046FB (or 0xF046FB) is known color: Pink Flamingo. HEX triplet: F0, 46 and FB. RGB value is (240,70,251). Sum of RGB (Red+Green+Blue) = 240+70+251=561 (74% of max value = 765). Red value is 240 (94.14% from 255 or 42.78% from 561); Green value is 70 (27.73% from 255 or 12.48% from 561); Blue value is 251 (98.44% from 255 or 44.74% from 561); Max value from RGB is 251 - color contains mainly: blue. Hex color #F046FB is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #F046FB is #0FB904. Grayscale: #8C8C8C. Windows color (decimal): -1030405 or 16467696. OLE color: 16467696.
HSL color Cylindrical-coordinate representation of color #F046FB: hue angle of 296.35º degrees, saturation: 0.96, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #F046FB is Cyan = 0.04, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 240 | 70 | 251 | - |
| CMYK | 0.04 | 0.72 | 0 | 0.02 |
| HSL | 296.35º | 0.96% | 0.63% | - |
| HSV(B) | 296.35º | 0.72% | 0.98% | - |
| XYZ | 55.54 | 29.87 | 94.11 | - |
| YUV | 141.46 | 189.82 | 198.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 70 | 251 | 0.04 | 0.72 | 0 | 0.02 | 296.35 | 0.96 | 0.63 |
| Hex | F0 | 46 | FB | 4 | 48 | 0 | 2 | 128 | 60 | 3F |
| Octal | 360 | 106 | 373 | 4 | 110 | 0 | 2 | 450 | 140 | 77 |
| Binary | 11110000 | 1000110 | 11111011 | 100 | 1001000 | 0 | 10 | 100101000 | 1100000 | 111111 |
Color Harmonies of #F046FB
Complementary color
Monochromatic Colors of #F046FB
Black with #F046FB
Text Example
Text Example
White with #F046FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F046FB; }
p { color: rgb(240,70,251); }
H1.HeaderClassName
{
color: #F046FB;
}
.AnyTagClassName
{
color: #F046FB;
}
</style>
background-color css
<style>
a { background-color: #F046FB; }
a { background-color: rgb(240,70,251); }
div.DivClassName
{
background-color: #F046FB;
}
.BgClassName
{
background-color: #F046FB;
}
</style>
border-color css
<style>
span { border-color: #F046FB; }
span { border-color: rgb(240,70,251); }
td.TdClassName
{
border-color: #F046FB;
}
.TagClassName
{
border-color: #F046FB;
}
</style>