Shades of Pink Flamingo #F046F3
Tints of Pink Flamingo #F046F3
RGB
CMYK
RGB Variations
Color information
#F046F3 (or 0xF046F3) is known color: Pink Flamingo. HEX triplet: F0, 46 and F3. RGB value is (240,70,243). Sum of RGB (Red+Green+Blue) = 240+70+243=553 (73% of max value = 765). Red value is 240 (94.14% from 255 or 43.40% from 553); Green value is 70 (27.73% from 255 or 12.66% from 553); Blue value is 243 (95.31% from 255 or 43.94% from 553); Max value from RGB is 243 - color contains mainly: blue. Hex color #F046F3 is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #F046F3 is #0FB90C. Grayscale: #8C8C8C. Windows color (decimal): -1030413 or 15943408. OLE color: 15943408.
HSL color Cylindrical-coordinate representation of color #F046F3: hue angle of 298.96º degrees, saturation: 0.88, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #F046F3 is Cyan = 0.01, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 240 | 70 | 243 | - |
| CMYK | 0.01 | 0.71 | 0 | 0.05 |
| HSL | 298.96º | 0.88% | 0.61% | - |
| HSV(B) | 298.96º | 0.71% | 0.95% | - |
| XYZ | 54.3 | 29.38 | 87.6 | - |
| YUV | 140.55 | 185.82 | 198.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 70 | 243 | 0.01 | 0.71 | 0 | 0.05 | 298.96 | 0.88 | 0.61 |
| Hex | F0 | 46 | F3 | 1 | 47 | 0 | 5 | 12B | 58 | 3D |
| Octal | 360 | 106 | 363 | 1 | 107 | 0 | 5 | 453 | 130 | 75 |
| Binary | 11110000 | 1000110 | 11110011 | 1 | 1000111 | 0 | 101 | 100101011 | 1011000 | 111101 |
Color Harmonies of #F046F3
Complementary color
Monochromatic Colors of #F046F3
Black with #F046F3
Text Example
Text Example
White with #F046F3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F046F3; }
p { color: rgb(240,70,243); }
H1.HeaderClassName
{
color: #F046F3;
}
.AnyTagClassName
{
color: #F046F3;
}
</style>
background-color css
<style>
a { background-color: #F046F3; }
a { background-color: rgb(240,70,243); }
div.DivClassName
{
background-color: #F046F3;
}
.BgClassName
{
background-color: #F046F3;
}
</style>
border-color css
<style>
span { border-color: #F046F3; }
span { border-color: rgb(240,70,243); }
td.TdClassName
{
border-color: #F046F3;
}
.TagClassName
{
border-color: #F046F3;
}
</style>