Shades of Pink Flamingo #F264ED
Tints of Pink Flamingo #F264ED
RGB
CMYK
RGB Variations
Color information
#F264ED (or 0xF264ED) is known color: Pink Flamingo. HEX triplet: F2, 64 and ED. RGB value is (242,100,237). Sum of RGB (Red+Green+Blue) = 242+100+237=579 (76% of max value = 765). Red value is 242 (94.92% from 255 or 41.80% from 579); Green value is 100 (39.45% from 255 or 17.27% from 579); Blue value is 237 (92.97% from 255 or 40.93% from 579); Max value from RGB is 242 - color contains mainly: red. Hex color #F264ED is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F264ED is #0D9B12. Grayscale: #9D9D9D. Windows color (decimal): -891667 or 15557874. OLE color: 15557874.
HSL color Cylindrical-coordinate representation of color #F264ED: hue angle of 302.11º degrees, saturation: 0.85, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #F264ED is Cyan = 0, Magento = 0.59, Yellow = 0.02 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 100 | 237 | - |
| CMYK | 0 | 0.59 | 0.02 | 0.05 |
| HSL | 302.11º | 0.85% | 0.67% | - |
| HSV(B) | 302.11º | 0.59% | 0.95% | - |
| XYZ | 56.46 | 34.11 | 83.73 | - |
| YUV | 158.08 | 172.54 | 187.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 100 | 237 | 0 | 0.59 | 0.02 | 0.05 | 302.11 | 0.85 | 0.67 |
| Hex | F2 | 64 | ED | 0 | 3B | 2 | 5 | 12E | 55 | 43 |
| Octal | 362 | 144 | 355 | 0 | 73 | 2 | 5 | 456 | 125 | 103 |
| Binary | 11110010 | 1100100 | 11101101 | 0 | 111011 | 10 | 101 | 100101110 | 1010101 | 1000011 |
Color Harmonies of #F264ED
Complementary color
Monochromatic Colors of #F264ED
Black with #F264ED
Text Example
Text Example
White with #F264ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F264ED; }
p { color: rgb(242,100,237); }
H1.HeaderClassName
{
color: #F264ED;
}
.AnyTagClassName
{
color: #F264ED;
}
</style>
background-color css
<style>
a { background-color: #F264ED; }
a { background-color: rgb(242,100,237); }
div.DivClassName
{
background-color: #F264ED;
}
.BgClassName
{
background-color: #F264ED;
}
</style>
border-color css
<style>
span { border-color: #F264ED; }
span { border-color: rgb(242,100,237); }
td.TdClassName
{
border-color: #F264ED;
}
.TagClassName
{
border-color: #F264ED;
}
</style>