Shades of Pink Flamingo #F26AF2
Tints of Pink Flamingo #F26AF2
RGB
CMYK
RGB Variations
Color information
#F26AF2 (or 0xF26AF2) is known color: Pink Flamingo. HEX triplet: F2, 6A and F2. RGB value is (242,106,242). Sum of RGB (Red+Green+Blue) = 242+106+242=590 (78% of max value = 765). Red value is 242 (94.92% from 255 or 41.02% from 590); Green value is 106 (41.80% from 255 or 17.97% from 590); Blue value is 242 (94.92% from 255 or 41.02% from 590); Max value from RGB is 242 - color contains mainly: red, blue. Hex color #F26AF2 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F26AF2 is #0D950D. Grayscale: #A1A1A1. Windows color (decimal): -890126 or 15887090. OLE color: 15887090.
HSL color Cylindrical-coordinate representation of color #F26AF2: hue angle of 300º degrees, saturation: 0.84, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #F26AF2 is Cyan = 0, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 106 | 242 | - |
| CMYK | 0 | 0.56 | 0 | 0.05 |
| HSL | 300º | 0.84% | 0.68% | - |
| HSV(B) | 300º | 0.56% | 0.95% | - |
| XYZ | 57.8 | 35.6 | 87.83 | - |
| YUV | 162.17 | 173.06 | 184.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 106 | 242 | 0 | 0.56 | 0 | 0.05 | 300 | 0.84 | 0.68 |
| Hex | F2 | 6A | F2 | 0 | 38 | 0 | 5 | 12C | 54 | 44 |
| Octal | 362 | 152 | 362 | 0 | 70 | 0 | 5 | 454 | 124 | 104 |
| Binary | 11110010 | 1101010 | 11110010 | 0 | 111000 | 0 | 101 | 100101100 | 1010100 | 1000100 |
Color Harmonies of #F26AF2
Complementary color
Monochromatic Colors of #F26AF2
Black with #F26AF2
Text Example
Text Example
White with #F26AF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F26AF2; }
p { color: rgb(242,106,242); }
H1.HeaderClassName
{
color: #F26AF2;
}
.AnyTagClassName
{
color: #F26AF2;
}
</style>
background-color css
<style>
a { background-color: #F26AF2; }
a { background-color: rgb(242,106,242); }
div.DivClassName
{
background-color: #F26AF2;
}
.BgClassName
{
background-color: #F26AF2;
}
</style>
border-color css
<style>
span { border-color: #F26AF2; }
span { border-color: rgb(242,106,242); }
td.TdClassName
{
border-color: #F26AF2;
}
.TagClassName
{
border-color: #F26AF2;
}
</style>