Shades of Pink Flamingo #F269ED
Tints of Pink Flamingo #F269ED
RGB
CMYK
RGB Variations
Color information
#F269ED (or 0xF269ED) is known color: Pink Flamingo. HEX triplet: F2, 69 and ED. RGB value is (242,105,237). Sum of RGB (Red+Green+Blue) = 242+105+237=584 (77% of max value = 765). Red value is 242 (94.92% from 255 or 41.44% from 584); Green value is 105 (41.41% from 255 or 17.98% from 584); Blue value is 237 (92.97% from 255 or 40.58% from 584); Max value from RGB is 242 - color contains mainly: red. Hex color #F269ED is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F269ED is #0D9612. Grayscale: #A0A0A0. Windows color (decimal): -890387 or 15559154. OLE color: 15559154.
HSL color Cylindrical-coordinate representation of color #F269ED: hue angle of 302.19º 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 #F269ED is Cyan = 0, Magento = 0.57, Yellow = 0.02 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 105 | 237 | - |
| CMYK | 0 | 0.57 | 0.02 | 0.05 |
| HSL | 302.19º | 0.84% | 0.68% | - |
| HSV(B) | 302.19º | 0.57% | 0.95% | - |
| XYZ | 56.96 | 35.09 | 83.89 | - |
| YUV | 161.01 | 170.89 | 185.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 105 | 237 | 0 | 0.57 | 0.02 | 0.05 | 302.19 | 0.84 | 0.68 |
| Hex | F2 | 69 | ED | 0 | 39 | 2 | 5 | 12E | 54 | 44 |
| Octal | 362 | 151 | 355 | 0 | 71 | 2 | 5 | 456 | 124 | 104 |
| Binary | 11110010 | 1101001 | 11101101 | 0 | 111001 | 10 | 101 | 100101110 | 1010100 | 1000100 |
Color Harmonies of #F269ED
Complementary color
Monochromatic Colors of #F269ED
Black with #F269ED
Text Example
Text Example
White with #F269ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F269ED; }
p { color: rgb(242,105,237); }
H1.HeaderClassName
{
color: #F269ED;
}
.AnyTagClassName
{
color: #F269ED;
}
</style>
background-color css
<style>
a { background-color: #F269ED; }
a { background-color: rgb(242,105,237); }
div.DivClassName
{
background-color: #F269ED;
}
.BgClassName
{
background-color: #F269ED;
}
</style>
border-color css
<style>
span { border-color: #F269ED; }
span { border-color: rgb(242,105,237); }
td.TdClassName
{
border-color: #F269ED;
}
.TagClassName
{
border-color: #F269ED;
}
</style>