Shades of Pink Flamingo #F047FE
Tints of Pink Flamingo #F047FE
RGB
CMYK
RGB Variations
Color information
#F047FE (or 0xF047FE) is known color: Pink Flamingo. HEX triplet: F0, 47 and FE. RGB value is (240,71,254). Sum of RGB (Red+Green+Blue) = 240+71+254=565 (74% of max value = 765). Red value is 240 (94.14% from 255 or 42.48% from 565); Green value is 71 (28.12% from 255 or 12.57% from 565); Blue value is 254 (99.61% from 255 or 44.96% from 565); Max value from RGB is 254 - color contains mainly: blue. Hex color #F047FE is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #F047FE is #0FB801. Grayscale: #8D8D8D. Windows color (decimal): -1030146 or 16664560. OLE color: 16664560.
HSL color Cylindrical-coordinate representation of color #F047FE: hue angle of 295.41º degrees, saturation: 0.99, lightness: 0.64%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #F047FE is Cyan = 0.06, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 240 | 71 | 254 | - |
| CMYK | 0.06 | 0.72 | 0 | 0.00 |
| HSL | 295.41º | 0.99% | 0.64% | - |
| HSV(B) | 295.41º | 0.72% | 1% | - |
| XYZ | 56.08 | 30.19 | 96.64 | - |
| YUV | 142.39 | 190.99 | 197.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 71 | 254 | 0.06 | 0.72 | 0 | 0.00 | 295.41 | 0.99 | 0.64 |
| Hex | F0 | 47 | FE | 6 | 48 | 0 | 0 | 127 | 63 | 40 |
| Octal | 360 | 107 | 376 | 6 | 110 | 0 | 0 | 447 | 143 | 100 |
| Binary | 11110000 | 1000111 | 11111110 | 110 | 1001000 | 0 | 0 | 100100111 | 1100011 | 1000000 |
Color Harmonies of #F047FE
Complementary color
Monochromatic Colors of #F047FE
Black with #F047FE
Text Example
Text Example
White with #F047FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F047FE; }
p { color: rgb(240,71,254); }
H1.HeaderClassName
{
color: #F047FE;
}
.AnyTagClassName
{
color: #F047FE;
}
</style>
background-color css
<style>
a { background-color: #F047FE; }
a { background-color: rgb(240,71,254); }
div.DivClassName
{
background-color: #F047FE;
}
.BgClassName
{
background-color: #F047FE;
}
</style>
border-color css
<style>
span { border-color: #F047FE; }
span { border-color: rgb(240,71,254); }
td.TdClassName
{
border-color: #F047FE;
}
.TagClassName
{
border-color: #F047FE;
}
</style>