Shades of Pink Flamingo #F260F6
Tints of Pink Flamingo #F260F6
RGB
CMYK
RGB Variations
Color information
#F260F6 (or 0xF260F6) is known color: Pink Flamingo. HEX triplet: F2, 60 and F6. RGB value is (242,96,246). Sum of RGB (Red+Green+Blue) = 242+96+246=584 (77% of max value = 765). Red value is 242 (94.92% from 255 or 41.44% from 584); Green value is 96 (37.89% from 255 or 16.44% from 584); Blue value is 246 (96.48% from 255 or 42.12% from 584); Max value from RGB is 246 - color contains mainly: blue. Hex color #F260F6 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F260F6 is #0D9F09. Grayscale: #9C9C9C. Windows color (decimal): -892682 or 16146674. OLE color: 16146674.
HSL color Cylindrical-coordinate representation of color #F260F6: hue angle of 298.4º degrees, saturation: 0.89, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #F260F6 is Cyan = 0.02, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 242 | 96 | 246 | - |
| CMYK | 0.02 | 0.61 | 0 | 0.04 |
| HSL | 298.4º | 0.89% | 0.67% | - |
| HSV(B) | 298.4º | 0.61% | 0.96% | - |
| XYZ | 57.44 | 33.9 | 90.7 | - |
| YUV | 156.75 | 178.37 | 188.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 96 | 246 | 0.02 | 0.61 | 0 | 0.04 | 298.4 | 0.89 | 0.67 |
| Hex | F2 | 60 | F6 | 2 | 3D | 0 | 4 | 12A | 59 | 43 |
| Octal | 362 | 140 | 366 | 2 | 75 | 0 | 4 | 452 | 131 | 103 |
| Binary | 11110010 | 1100000 | 11110110 | 10 | 111101 | 0 | 100 | 100101010 | 1011001 | 1000011 |
Color Harmonies of #F260F6
Complementary color
Monochromatic Colors of #F260F6
Black with #F260F6
Text Example
Text Example
White with #F260F6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F260F6; }
p { color: rgb(242,96,246); }
H1.HeaderClassName
{
color: #F260F6;
}
.AnyTagClassName
{
color: #F260F6;
}
</style>
background-color css
<style>
a { background-color: #F260F6; }
a { background-color: rgb(242,96,246); }
div.DivClassName
{
background-color: #F260F6;
}
.BgClassName
{
background-color: #F260F6;
}
</style>
border-color css
<style>
span { border-color: #F260F6; }
span { border-color: rgb(242,96,246); }
td.TdClassName
{
border-color: #F260F6;
}
.TagClassName
{
border-color: #F260F6;
}
</style>