Shades of Pink Flamingo #F246F6
Tints of Pink Flamingo #F246F6
RGB
CMYK
RGB Variations
Color information
#F246F6 (or 0xF246F6) is known color: Pink Flamingo. HEX triplet: F2, 46 and F6. RGB value is (242,70,246). Sum of RGB (Red+Green+Blue) = 242+70+246=558 (73% of max value = 765). Red value is 242 (94.92% from 255 or 43.37% from 558); Green value is 70 (27.73% from 255 or 12.54% from 558); Blue value is 246 (96.48% from 255 or 44.09% from 558); Max value from RGB is 246 - color contains mainly: blue. Hex color #F246F6 is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #F246F6 is #0DB909. Grayscale: #8C8C8C. Windows color (decimal): -899338 or 16140018. OLE color: 16140018.
HSL color Cylindrical-coordinate representation of color #F246F6: hue angle of 298.64º degrees, saturation: 0.91, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #F246F6 is Cyan = 0.02, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 242 | 70 | 246 | - |
| CMYK | 0.02 | 0.72 | 0 | 0.04 |
| HSL | 298.64º | 0.91% | 0.62% | - |
| HSV(B) | 298.64º | 0.72% | 0.96% | - |
| XYZ | 55.44 | 29.91 | 90.04 | - |
| YUV | 141.49 | 186.98 | 199.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 70 | 246 | 0.02 | 0.72 | 0 | 0.04 | 298.64 | 0.91 | 0.62 |
| Hex | F2 | 46 | F6 | 2 | 48 | 0 | 4 | 12B | 5B | 3E |
| Octal | 362 | 106 | 366 | 2 | 110 | 0 | 4 | 453 | 133 | 76 |
| Binary | 11110010 | 1000110 | 11110110 | 10 | 1001000 | 0 | 100 | 100101011 | 1011011 | 111110 |
Color Harmonies of #F246F6
Complementary color
Monochromatic Colors of #F246F6
Black with #F246F6
Text Example
Text Example
White with #F246F6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F246F6; }
p { color: rgb(242,70,246); }
H1.HeaderClassName
{
color: #F246F6;
}
.AnyTagClassName
{
color: #F246F6;
}
</style>
background-color css
<style>
a { background-color: #F246F6; }
a { background-color: rgb(242,70,246); }
div.DivClassName
{
background-color: #F246F6;
}
.BgClassName
{
background-color: #F246F6;
}
</style>
border-color css
<style>
span { border-color: #F246F6; }
span { border-color: rgb(242,70,246); }
td.TdClassName
{
border-color: #F246F6;
}
.TagClassName
{
border-color: #F246F6;
}
</style>