Shades of Pink Flamingo #F262EF
Tints of Pink Flamingo #F262EF
RGB
CMYK
RGB Variations
Color information
#F262EF (or 0xF262EF) is known color: Pink Flamingo. HEX triplet: F2, 62 and EF. RGB value is (242,98,239). Sum of RGB (Red+Green+Blue) = 242+98+239=579 (76% of max value = 765). Red value is 242 (94.92% from 255 or 41.80% from 579); Green value is 98 (38.67% from 255 or 16.93% from 579); Blue value is 239 (93.75% from 255 or 41.28% from 579); Max value from RGB is 242 - color contains mainly: red. Hex color #F262EF is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F262EF is #0D9D10. Grayscale: #9C9C9C. Windows color (decimal): -892177 or 15688434. OLE color: 15688434.
HSL color Cylindrical-coordinate representation of color #F262EF: hue angle of 301.25º degrees, saturation: 0.85, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #F262EF is Cyan = 0, Magento = 0.60, Yellow = 0.01 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 98 | 239 | - |
| CMYK | 0 | 0.60 | 0.01 | 0.05 |
| HSL | 301.25º | 0.85% | 0.67% | - |
| HSV(B) | 301.25º | 0.6% | 0.95% | - |
| XYZ | 56.57 | 33.84 | 85.21 | - |
| YUV | 157.13 | 174.21 | 188.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 98 | 239 | 0 | 0.60 | 0.01 | 0.05 | 301.25 | 0.85 | 0.67 |
| Hex | F2 | 62 | EF | 0 | 3C | 1 | 5 | 12D | 55 | 43 |
| Octal | 362 | 142 | 357 | 0 | 74 | 1 | 5 | 455 | 125 | 103 |
| Binary | 11110010 | 1100010 | 11101111 | 0 | 111100 | 1 | 101 | 100101101 | 1010101 | 1000011 |
Color Harmonies of #F262EF
Complementary color
Monochromatic Colors of #F262EF
Black with #F262EF
Text Example
Text Example
White with #F262EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F262EF; }
p { color: rgb(242,98,239); }
H1.HeaderClassName
{
color: #F262EF;
}
.AnyTagClassName
{
color: #F262EF;
}
</style>
background-color css
<style>
a { background-color: #F262EF; }
a { background-color: rgb(242,98,239); }
div.DivClassName
{
background-color: #F262EF;
}
.BgClassName
{
background-color: #F262EF;
}
</style>
border-color css
<style>
span { border-color: #F262EF; }
span { border-color: rgb(242,98,239); }
td.TdClassName
{
border-color: #F262EF;
}
.TagClassName
{
border-color: #F262EF;
}
</style>