Shades of Pink Flamingo #F25EF0
Tints of Pink Flamingo #F25EF0
RGB
CMYK
RGB Variations
Color information
#F25EF0 (or 0xF25EF0) is known color: Pink Flamingo. HEX triplet: F2, 5E and F0. RGB value is (242,94,240). Sum of RGB (Red+Green+Blue) = 242+94+240=576 (76% of max value = 765). Red value is 242 (94.92% from 255 or 42.01% from 576); Green value is 94 (37.11% from 255 or 16.32% from 576); Blue value is 240 (94.14% from 255 or 41.67% from 576); Max value from RGB is 242 - color contains mainly: red. Hex color #F25EF0 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F25EF0 is #0DA10F. Grayscale: #9A9A9A. Windows color (decimal): -893200 or 15752946. OLE color: 15752946.
HSL color Cylindrical-coordinate representation of color #F25EF0: hue angle of 300.81º degrees, saturation: 0.85, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #F25EF0 is Cyan = 0, Magento = 0.61, Yellow = 0.01 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 94 | 240 | - |
| CMYK | 0 | 0.61 | 0.01 | 0.05 |
| HSL | 300.81º | 0.85% | 0.66% | - |
| HSV(B) | 300.81º | 0.61% | 0.95% | - |
| XYZ | 56.35 | 33.17 | 85.87 | - |
| YUV | 154.9 | 176.03 | 190.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 94 | 240 | 0 | 0.61 | 0.01 | 0.05 | 300.81 | 0.85 | 0.66 |
| Hex | F2 | 5E | F0 | 0 | 3D | 1 | 5 | 12D | 55 | 42 |
| Octal | 362 | 136 | 360 | 0 | 75 | 1 | 5 | 455 | 125 | 102 |
| Binary | 11110010 | 1011110 | 11110000 | 0 | 111101 | 1 | 101 | 100101101 | 1010101 | 1000010 |
Color Harmonies of #F25EF0
Complementary color
Monochromatic Colors of #F25EF0
Black with #F25EF0
Text Example
Text Example
White with #F25EF0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F25EF0; }
p { color: rgb(242,94,240); }
H1.HeaderClassName
{
color: #F25EF0;
}
.AnyTagClassName
{
color: #F25EF0;
}
</style>
background-color css
<style>
a { background-color: #F25EF0; }
a { background-color: rgb(242,94,240); }
div.DivClassName
{
background-color: #F25EF0;
}
.BgClassName
{
background-color: #F25EF0;
}
</style>
border-color css
<style>
span { border-color: #F25EF0; }
span { border-color: rgb(242,94,240); }
td.TdClassName
{
border-color: #F25EF0;
}
.TagClassName
{
border-color: #F25EF0;
}
</style>