Shades of Pink Flamingo #F25FEE
Tints of Pink Flamingo #F25FEE
RGB
CMYK
RGB Variations
Color information
#F25FEE (or 0xF25FEE) is known color: Pink Flamingo. HEX triplet: F2, 5F and EE. RGB value is (242,95,238). Sum of RGB (Red+Green+Blue) = 242+95+238=575 (76% of max value = 765). Red value is 242 (94.92% from 255 or 42.09% from 575); Green value is 95 (37.5% from 255 or 16.52% from 575); Blue value is 238 (93.36% from 255 or 41.39% from 575); Max value from RGB is 242 - color contains mainly: red. Hex color #F25FEE is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F25FEE is #0DA011. Grayscale: #9A9A9A. Windows color (decimal): -892946 or 15622130. OLE color: 15622130.
HSL color Cylindrical-coordinate representation of color #F25FEE: hue angle of 301.63º 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 #F25FEE is Cyan = 0, Magento = 0.61, Yellow = 0.02 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 95 | 238 | - |
| CMYK | 0 | 0.61 | 0.02 | 0.05 |
| HSL | 301.63º | 0.85% | 0.66% | - |
| HSV(B) | 301.63º | 0.61% | 0.95% | - |
| XYZ | 56.14 | 33.23 | 84.34 | - |
| YUV | 155.26 | 174.7 | 189.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 95 | 238 | 0 | 0.61 | 0.02 | 0.05 | 301.63 | 0.85 | 0.66 |
| Hex | F2 | 5F | EE | 0 | 3D | 2 | 5 | 12E | 55 | 42 |
| Octal | 362 | 137 | 356 | 0 | 75 | 2 | 5 | 456 | 125 | 102 |
| Binary | 11110010 | 1011111 | 11101110 | 0 | 111101 | 10 | 101 | 100101110 | 1010101 | 1000010 |
Color Harmonies of #F25FEE
Complementary color
Monochromatic Colors of #F25FEE
Black with #F25FEE
Text Example
Text Example
White with #F25FEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F25FEE; }
p { color: rgb(242,95,238); }
H1.HeaderClassName
{
color: #F25FEE;
}
.AnyTagClassName
{
color: #F25FEE;
}
</style>
background-color css
<style>
a { background-color: #F25FEE; }
a { background-color: rgb(242,95,238); }
div.DivClassName
{
background-color: #F25FEE;
}
.BgClassName
{
background-color: #F25FEE;
}
</style>
border-color css
<style>
span { border-color: #F25FEE; }
span { border-color: rgb(242,95,238); }
td.TdClassName
{
border-color: #F25FEE;
}
.TagClassName
{
border-color: #F25FEE;
}
</style>