Shades of Pink Flamingo #F26AF0
Tints of Pink Flamingo #F26AF0
RGB
CMYK
RGB Variations
Color information
#F26AF0 (or 0xF26AF0) is known color: Pink Flamingo. HEX triplet: F2, 6A and F0. RGB value is (242,106,240). Sum of RGB (Red+Green+Blue) = 242+106+240=588 (77% of max value = 765). Red value is 242 (94.92% from 255 or 41.16% from 588); Green value is 106 (41.80% from 255 or 18.03% from 588); Blue value is 240 (94.14% from 255 or 40.82% from 588); Max value from RGB is 242 - color contains mainly: red. Hex color #F26AF0 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F26AF0 is #0D950F. Grayscale: #A1A1A1. Windows color (decimal): -890128 or 15756018. OLE color: 15756018.
HSL color Cylindrical-coordinate representation of color #F26AF0: hue angle of 300.88º 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 #F26AF0 is Cyan = 0, Magento = 0.56, Yellow = 0.01 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 106 | 240 | - |
| CMYK | 0 | 0.56 | 0.01 | 0.05 |
| HSL | 300.88º | 0.84% | 0.68% | - |
| HSV(B) | 300.88º | 0.56% | 0.95% | - |
| XYZ | 57.5 | 35.48 | 86.26 | - |
| YUV | 161.94 | 172.06 | 185.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 106 | 240 | 0 | 0.56 | 0.01 | 0.05 | 300.88 | 0.84 | 0.68 |
| Hex | F2 | 6A | F0 | 0 | 38 | 1 | 5 | 12D | 54 | 44 |
| Octal | 362 | 152 | 360 | 0 | 70 | 1 | 5 | 455 | 124 | 104 |
| Binary | 11110010 | 1101010 | 11110000 | 0 | 111000 | 1 | 101 | 100101101 | 1010100 | 1000100 |
Color Harmonies of #F26AF0
Complementary color
Monochromatic Colors of #F26AF0
Black with #F26AF0
Text Example
Text Example
White with #F26AF0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F26AF0; }
p { color: rgb(242,106,240); }
H1.HeaderClassName
{
color: #F26AF0;
}
.AnyTagClassName
{
color: #F26AF0;
}
</style>
background-color css
<style>
a { background-color: #F26AF0; }
a { background-color: rgb(242,106,240); }
div.DivClassName
{
background-color: #F26AF0;
}
.BgClassName
{
background-color: #F26AF0;
}
</style>
border-color css
<style>
span { border-color: #F26AF0; }
span { border-color: rgb(242,106,240); }
td.TdClassName
{
border-color: #F26AF0;
}
.TagClassName
{
border-color: #F26AF0;
}
</style>