Shades of Pink Flamingo #F265ED
Tints of Pink Flamingo #F265ED
RGB
CMYK
RGB Variations
Color information
#F265ED (or 0xF265ED) is known color: Pink Flamingo. HEX triplet: F2, 65 and ED. RGB value is (242,101,237). Sum of RGB (Red+Green+Blue) = 242+101+237=580 (76% of max value = 765). Red value is 242 (94.92% from 255 or 41.72% from 580); Green value is 101 (39.84% from 255 or 17.41% from 580); Blue value is 237 (92.97% from 255 or 40.86% from 580); Max value from RGB is 242 - color contains mainly: red. Hex color #F265ED is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F265ED is #0D9A12. Grayscale: #9E9E9E. Windows color (decimal): -891411 or 15558130. OLE color: 15558130.
HSL color Cylindrical-coordinate representation of color #F265ED: hue angle of 302.13º degrees, saturation: 0.84, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #F265ED is Cyan = 0, Magento = 0.58, Yellow = 0.02 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 101 | 237 | - |
| CMYK | 0 | 0.58 | 0.02 | 0.05 |
| HSL | 302.13º | 0.84% | 0.67% | - |
| HSV(B) | 302.13º | 0.58% | 0.95% | - |
| XYZ | 56.56 | 34.3 | 83.76 | - |
| YUV | 158.66 | 172.21 | 187.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 101 | 237 | 0 | 0.58 | 0.02 | 0.05 | 302.13 | 0.84 | 0.67 |
| Hex | F2 | 65 | ED | 0 | 3A | 2 | 5 | 12E | 54 | 43 |
| Octal | 362 | 145 | 355 | 0 | 72 | 2 | 5 | 456 | 124 | 103 |
| Binary | 11110010 | 1100101 | 11101101 | 0 | 111010 | 10 | 101 | 100101110 | 1010100 | 1000011 |
Color Harmonies of #F265ED
Complementary color
Monochromatic Colors of #F265ED
Black with #F265ED
Text Example
Text Example
White with #F265ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F265ED; }
p { color: rgb(242,101,237); }
H1.HeaderClassName
{
color: #F265ED;
}
.AnyTagClassName
{
color: #F265ED;
}
</style>
background-color css
<style>
a { background-color: #F265ED; }
a { background-color: rgb(242,101,237); }
div.DivClassName
{
background-color: #F265ED;
}
.BgClassName
{
background-color: #F265ED;
}
</style>
border-color css
<style>
span { border-color: #F265ED; }
span { border-color: rgb(242,101,237); }
td.TdClassName
{
border-color: #F265ED;
}
.TagClassName
{
border-color: #F265ED;
}
</style>