Shades of Pink Flamingo #F247F2
Tints of Pink Flamingo #F247F2
RGB
CMYK
RGB Variations
Color information
#F247F2 (or 0xF247F2) is known color: Pink Flamingo. HEX triplet: F2, 47 and F2. RGB value is (242,71,242). Sum of RGB (Red+Green+Blue) = 242+71+242=555 (73% of max value = 765). Red value is 242 (94.92% from 255 or 43.60% from 555); Green value is 71 (28.12% from 255 or 12.79% from 555); Blue value is 242 (94.92% from 255 or 43.60% from 555); Max value from RGB is 242 - color contains mainly: red, blue. Hex color #F247F2 is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #F247F2 is #0DB80D. Grayscale: #8D8D8D. Windows color (decimal): -899086 or 15878130. OLE color: 15878130.
HSL color Cylindrical-coordinate representation of color #F247F2: hue angle of 300º degrees, saturation: 0.87, 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 #F247F2 is Cyan = 0, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 71 | 242 | - |
| CMYK | 0 | 0.71 | 0 | 0.05 |
| HSL | 300º | 0.87% | 0.61% | - |
| HSV(B) | 300º | 0.71% | 0.95% | - |
| XYZ | 54.9 | 29.79 | 86.86 | - |
| YUV | 141.62 | 184.65 | 199.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 71 | 242 | 0 | 0.71 | 0 | 0.05 | 300 | 0.87 | 0.61 |
| Hex | F2 | 47 | F2 | 0 | 47 | 0 | 5 | 12C | 57 | 3D |
| Octal | 362 | 107 | 362 | 0 | 107 | 0 | 5 | 454 | 127 | 75 |
| Binary | 11110010 | 1000111 | 11110010 | 0 | 1000111 | 0 | 101 | 100101100 | 1010111 | 111101 |
Color Harmonies of #F247F2
Complementary color
Monochromatic Colors of #F247F2
Black with #F247F2
Text Example
Text Example
White with #F247F2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F247F2; }
p { color: rgb(242,71,242); }
H1.HeaderClassName
{
color: #F247F2;
}
.AnyTagClassName
{
color: #F247F2;
}
</style>
background-color css
<style>
a { background-color: #F247F2; }
a { background-color: rgb(242,71,242); }
div.DivClassName
{
background-color: #F247F2;
}
.BgClassName
{
background-color: #F247F2;
}
</style>
border-color css
<style>
span { border-color: #F247F2; }
span { border-color: rgb(242,71,242); }
td.TdClassName
{
border-color: #F247F2;
}
.TagClassName
{
border-color: #F247F2;
}
</style>