Shades of Pink Flamingo #F262ED
Tints of Pink Flamingo #F262ED
RGB
CMYK
RGB Variations
Color information
#F262ED (or 0xF262ED) is known color: Pink Flamingo. HEX triplet: F2, 62 and ED. RGB value is (242,98,237). Sum of RGB (Red+Green+Blue) = 242+98+237=577 (76% of max value = 765). Red value is 242 (94.92% from 255 or 41.94% from 577); Green value is 98 (38.67% from 255 or 16.98% from 577); Blue value is 237 (92.97% from 255 or 41.07% from 577); Max value from RGB is 242 - color contains mainly: red. Hex color #F262ED is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F262ED is #0D9D12. Grayscale: #9C9C9C. Windows color (decimal): -892179 or 15557362. OLE color: 15557362.
HSL color Cylindrical-coordinate representation of color #F262ED: hue angle of 302.08º 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 #F262ED is Cyan = 0, Magento = 0.60, Yellow = 0.02 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 98 | 237 | - |
| CMYK | 0 | 0.60 | 0.02 | 0.05 |
| HSL | 302.08º | 0.85% | 0.67% | - |
| HSV(B) | 302.08º | 0.6% | 0.95% | - |
| XYZ | 56.27 | 33.73 | 83.66 | - |
| YUV | 156.9 | 173.21 | 188.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 98 | 237 | 0 | 0.60 | 0.02 | 0.05 | 302.08 | 0.85 | 0.67 |
| Hex | F2 | 62 | ED | 0 | 3C | 2 | 5 | 12E | 55 | 43 |
| Octal | 362 | 142 | 355 | 0 | 74 | 2 | 5 | 456 | 125 | 103 |
| Binary | 11110010 | 1100010 | 11101101 | 0 | 111100 | 10 | 101 | 100101110 | 1010101 | 1000011 |
Color Harmonies of #F262ED
Complementary color
Monochromatic Colors of #F262ED
Black with #F262ED
Text Example
Text Example
White with #F262ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F262ED; }
p { color: rgb(242,98,237); }
H1.HeaderClassName
{
color: #F262ED;
}
.AnyTagClassName
{
color: #F262ED;
}
</style>
background-color css
<style>
a { background-color: #F262ED; }
a { background-color: rgb(242,98,237); }
div.DivClassName
{
background-color: #F262ED;
}
.BgClassName
{
background-color: #F262ED;
}
</style>
border-color css
<style>
span { border-color: #F262ED; }
span { border-color: rgb(242,98,237); }
td.TdClassName
{
border-color: #F262ED;
}
.TagClassName
{
border-color: #F262ED;
}
</style>