Shades of Pink Flamingo #F269EA
Tints of Pink Flamingo #F269EA
RGB
CMYK
RGB Variations
Color information
#F269EA (or 0xF269EA) is known color: Pink Flamingo. HEX triplet: F2, 69 and EA. RGB value is (242,105,234). Sum of RGB (Red+Green+Blue) = 242+105+234=581 (76% of max value = 765). Red value is 242 (94.92% from 255 or 41.65% from 581); Green value is 105 (41.41% from 255 or 18.07% from 581); Blue value is 234 (91.80% from 255 or 40.28% from 581); Max value from RGB is 242 - color contains mainly: red. Hex color #F269EA is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F269EA is #0D9615. Grayscale: #A0A0A0. Windows color (decimal): -890390 or 15362546. OLE color: 15362546.
HSL color Cylindrical-coordinate representation of color #F269EA: hue angle of 303.5º 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 #F269EA is Cyan = 0, Magento = 0.57, Yellow = 0.03 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 105 | 234 | - |
| CMYK | 0 | 0.57 | 0.03 | 0.05 |
| HSL | 303.5º | 0.84% | 0.68% | - |
| HSV(B) | 303.5º | 0.57% | 0.95% | - |
| XYZ | 56.52 | 34.92 | 81.6 | - |
| YUV | 160.67 | 169.39 | 186.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 105 | 234 | 0 | 0.57 | 0.03 | 0.05 | 303.5 | 0.84 | 0.68 |
| Hex | F2 | 69 | EA | 0 | 39 | 3 | 5 | 130 | 54 | 44 |
| Octal | 362 | 151 | 352 | 0 | 71 | 3 | 5 | 460 | 124 | 104 |
| Binary | 11110010 | 1101001 | 11101010 | 0 | 111001 | 11 | 101 | 100110000 | 1010100 | 1000100 |
Color Harmonies of #F269EA
Complementary color
Monochromatic Colors of #F269EA
Black with #F269EA
Text Example
Text Example
White with #F269EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F269EA; }
p { color: rgb(242,105,234); }
H1.HeaderClassName
{
color: #F269EA;
}
.AnyTagClassName
{
color: #F269EA;
}
</style>
background-color css
<style>
a { background-color: #F269EA; }
a { background-color: rgb(242,105,234); }
div.DivClassName
{
background-color: #F269EA;
}
.BgClassName
{
background-color: #F269EA;
}
</style>
border-color css
<style>
span { border-color: #F269EA; }
span { border-color: rgb(242,105,234); }
td.TdClassName
{
border-color: #F269EA;
}
.TagClassName
{
border-color: #F269EA;
}
</style>