Shades of Pink Flamingo #F268F0
Tints of Pink Flamingo #F268F0
RGB
CMYK
RGB Variations
Color information
#F268F0 (or 0xF268F0) is known color: Pink Flamingo. HEX triplet: F2, 68 and F0. RGB value is (242,104,240). Sum of RGB (Red+Green+Blue) = 242+104+240=586 (77% of max value = 765). Red value is 242 (94.92% from 255 or 41.30% from 586); Green value is 104 (41.02% from 255 or 17.75% from 586); Blue value is 240 (94.14% from 255 or 40.96% from 586); Max value from RGB is 242 - color contains mainly: red. Hex color #F268F0 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F268F0 is #0D970F. Grayscale: #A0A0A0. Windows color (decimal): -890640 or 15755506. OLE color: 15755506.
HSL color Cylindrical-coordinate representation of color #F268F0: hue angle of 300.87º degrees, saturation: 0.84, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #F268F0 is Cyan = 0, Magento = 0.57, Yellow = 0.01 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 104 | 240 | - |
| CMYK | 0 | 0.57 | 0.01 | 0.05 |
| HSL | 300.87º | 0.84% | 0.68% | - |
| HSV(B) | 300.87º | 0.57% | 0.95% | - |
| XYZ | 57.3 | 35.07 | 86.19 | - |
| YUV | 160.77 | 172.72 | 185.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 104 | 240 | 0 | 0.57 | 0.01 | 0.05 | 300.87 | 0.84 | 0.68 |
| Hex | F2 | 68 | F0 | 0 | 39 | 1 | 5 | 12D | 54 | 44 |
| Octal | 362 | 150 | 360 | 0 | 71 | 1 | 5 | 455 | 124 | 104 |
| Binary | 11110010 | 1101000 | 11110000 | 0 | 111001 | 1 | 101 | 100101101 | 1010100 | 1000100 |
Color Harmonies of #F268F0
Complementary color
Monochromatic Colors of #F268F0
Black with #F268F0
Text Example
Text Example
White with #F268F0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F268F0; }
p { color: rgb(242,104,240); }
H1.HeaderClassName
{
color: #F268F0;
}
.AnyTagClassName
{
color: #F268F0;
}
</style>
background-color css
<style>
a { background-color: #F268F0; }
a { background-color: rgb(242,104,240); }
div.DivClassName
{
background-color: #F268F0;
}
.BgClassName
{
background-color: #F268F0;
}
</style>
border-color css
<style>
span { border-color: #F268F0; }
span { border-color: rgb(242,104,240); }
td.TdClassName
{
border-color: #F268F0;
}
.TagClassName
{
border-color: #F268F0;
}
</style>