Shades of Pink Flamingo #F25DEE
Tints of Pink Flamingo #F25DEE
RGB
CMYK
RGB Variations
Color information
#F25DEE (or 0xF25DEE) is known color: Pink Flamingo. HEX triplet: F2, 5D and EE. RGB value is (242,93,238). Sum of RGB (Red+Green+Blue) = 242+93+238=573 (75% of max value = 765). Red value is 242 (94.92% from 255 or 42.23% from 573); Green value is 93 (36.72% from 255 or 16.23% from 573); Blue value is 238 (93.36% from 255 or 41.54% from 573); Max value from RGB is 242 - color contains mainly: red. Hex color #F25DEE is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F25DEE is #0DA211. Grayscale: #999999. Windows color (decimal): -893458 or 15621618. OLE color: 15621618.
HSL color Cylindrical-coordinate representation of color #F25DEE: hue angle of 301.61º degrees, saturation: 0.85, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #F25DEE is Cyan = 0, Magento = 0.62, Yellow = 0.02 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 93 | 238 | - |
| CMYK | 0 | 0.62 | 0.02 | 0.05 |
| HSL | 301.61º | 0.85% | 0.66% | - |
| HSV(B) | 301.61º | 0.62% | 0.95% | - |
| XYZ | 55.96 | 32.88 | 84.29 | - |
| YUV | 154.08 | 175.36 | 190.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 93 | 238 | 0 | 0.62 | 0.02 | 0.05 | 301.61 | 0.85 | 0.66 |
| Hex | F2 | 5D | EE | 0 | 3E | 2 | 5 | 12E | 55 | 42 |
| Octal | 362 | 135 | 356 | 0 | 76 | 2 | 5 | 456 | 125 | 102 |
| Binary | 11110010 | 1011101 | 11101110 | 0 | 111110 | 10 | 101 | 100101110 | 1010101 | 1000010 |
Color Harmonies of #F25DEE
Complementary color
Monochromatic Colors of #F25DEE
Black with #F25DEE
Text Example
Text Example
White with #F25DEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F25DEE; }
p { color: rgb(242,93,238); }
H1.HeaderClassName
{
color: #F25DEE;
}
.AnyTagClassName
{
color: #F25DEE;
}
</style>
background-color css
<style>
a { background-color: #F25DEE; }
a { background-color: rgb(242,93,238); }
div.DivClassName
{
background-color: #F25DEE;
}
.BgClassName
{
background-color: #F25DEE;
}
</style>
border-color css
<style>
span { border-color: #F25DEE; }
span { border-color: rgb(242,93,238); }
td.TdClassName
{
border-color: #F25DEE;
}
.TagClassName
{
border-color: #F25DEE;
}
</style>