Shades of Pink Flamingo #F26AF3
Tints of Pink Flamingo #F26AF3
RGB
CMYK
RGB Variations
Color information
#F26AF3 (or 0xF26AF3) is known color: Pink Flamingo. HEX triplet: F2, 6A and F3. RGB value is (242,106,243). Sum of RGB (Red+Green+Blue) = 242+106+243=591 (78% of max value = 765). Red value is 242 (94.92% from 255 or 40.95% from 591); Green value is 106 (41.80% from 255 or 17.94% from 591); Blue value is 243 (95.31% from 255 or 41.12% from 591); Max value from RGB is 243 - color contains mainly: blue. Hex color #F26AF3 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F26AF3 is #0D950C. Grayscale: #A1A1A1. Windows color (decimal): -890125 or 15952626. OLE color: 15952626.
HSL color Cylindrical-coordinate representation of color #F26AF3: hue angle of 299.56º degrees, saturation: 0.85, 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 #F26AF3 is Cyan = 0.00, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 106 | 243 | - |
| CMYK | 0.00 | 0.56 | 0 | 0.05 |
| HSL | 299.56º | 0.85% | 0.68% | - |
| HSV(B) | 299.56º | 0.56% | 0.95% | - |
| XYZ | 57.95 | 35.66 | 88.62 | - |
| YUV | 162.28 | 173.56 | 184.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 106 | 243 | 0.00 | 0.56 | 0 | 0.05 | 299.56 | 0.85 | 0.68 |
| Hex | F2 | 6A | F3 | 0 | 38 | 0 | 5 | 12C | 55 | 44 |
| Octal | 362 | 152 | 363 | 0 | 70 | 0 | 5 | 454 | 125 | 104 |
| Binary | 11110010 | 1101010 | 11110011 | 0 | 111000 | 0 | 101 | 100101100 | 1010101 | 1000100 |
Color Harmonies of #F26AF3
Complementary color
Monochromatic Colors of #F26AF3
Black with #F26AF3
Text Example
Text Example
White with #F26AF3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F26AF3; }
p { color: rgb(242,106,243); }
H1.HeaderClassName
{
color: #F26AF3;
}
.AnyTagClassName
{
color: #F26AF3;
}
</style>
background-color css
<style>
a { background-color: #F26AF3; }
a { background-color: rgb(242,106,243); }
div.DivClassName
{
background-color: #F26AF3;
}
.BgClassName
{
background-color: #F26AF3;
}
</style>
border-color css
<style>
span { border-color: #F26AF3; }
span { border-color: rgb(242,106,243); }
td.TdClassName
{
border-color: #F26AF3;
}
.TagClassName
{
border-color: #F26AF3;
}
</style>