Shades of Pink Flamingo #F25EF2
Tints of Pink Flamingo #F25EF2
RGB
CMYK
RGB Variations
Color information
#F25EF2 (or 0xF25EF2) is known color: Pink Flamingo. HEX triplet: F2, 5E and F2. RGB value is (242,94,242). Sum of RGB (Red+Green+Blue) = 242+94+242=578 (76% of max value = 765). Red value is 242 (94.92% from 255 or 41.87% from 578); Green value is 94 (37.11% from 255 or 16.26% from 578); Blue value is 242 (94.92% from 255 or 41.87% from 578); Max value from RGB is 242 - color contains mainly: red, blue. Hex color #F25EF2 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F25EF2 is #0DA10D. Grayscale: #9A9A9A. Windows color (decimal): -893198 or 15884018. OLE color: 15884018.
HSL color Cylindrical-coordinate representation of color #F25EF2: hue angle of 300º 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 #F25EF2 is Cyan = 0, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 94 | 242 | - |
| CMYK | 0 | 0.61 | 0 | 0.05 |
| HSL | 300º | 0.85% | 0.66% | - |
| HSV(B) | 300º | 0.61% | 0.95% | - |
| XYZ | 56.65 | 33.29 | 87.45 | - |
| YUV | 155.12 | 177.03 | 189.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 94 | 242 | 0 | 0.61 | 0 | 0.05 | 300 | 0.85 | 0.66 |
| Hex | F2 | 5E | F2 | 0 | 3D | 0 | 5 | 12C | 55 | 42 |
| Octal | 362 | 136 | 362 | 0 | 75 | 0 | 5 | 454 | 125 | 102 |
| Binary | 11110010 | 1011110 | 11110010 | 0 | 111101 | 0 | 101 | 100101100 | 1010101 | 1000010 |
Color Harmonies of #F25EF2
Complementary color
Monochromatic Colors of #F25EF2
Black with #F25EF2
Text Example
Text Example
White with #F25EF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F25EF2; }
p { color: rgb(242,94,242); }
H1.HeaderClassName
{
color: #F25EF2;
}
.AnyTagClassName
{
color: #F25EF2;
}
</style>
background-color css
<style>
a { background-color: #F25EF2; }
a { background-color: rgb(242,94,242); }
div.DivClassName
{
background-color: #F25EF2;
}
.BgClassName
{
background-color: #F25EF2;
}
</style>
border-color css
<style>
span { border-color: #F25EF2; }
span { border-color: rgb(242,94,242); }
td.TdClassName
{
border-color: #F25EF2;
}
.TagClassName
{
border-color: #F25EF2;
}
</style>