Shades of Pink Flamingo #F25FED
Tints of Pink Flamingo #F25FED
RGB
CMYK
RGB Variations
Color information
#F25FED (or 0xF25FED) is known color: Pink Flamingo. HEX triplet: F2, 5F and ED. RGB value is (242,95,237). Sum of RGB (Red+Green+Blue) = 242+95+237=574 (76% of max value = 765). Red value is 242 (94.92% from 255 or 42.16% from 574); Green value is 95 (37.5% from 255 or 16.55% from 574); Blue value is 237 (92.97% from 255 or 41.29% from 574); Max value from RGB is 242 - color contains mainly: red. Hex color #F25FED is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F25FED is #0DA012. Grayscale: #9A9A9A. Windows color (decimal): -892947 or 15556594. OLE color: 15556594.
HSL color Cylindrical-coordinate representation of color #F25FED: hue angle of 302.04º 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 #F25FED is Cyan = 0, Magento = 0.61, Yellow = 0.02 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 95 | 237 | - |
| CMYK | 0 | 0.61 | 0.02 | 0.05 |
| HSL | 302.04º | 0.85% | 0.66% | - |
| HSV(B) | 302.04º | 0.61% | 0.95% | - |
| XYZ | 56 | 33.18 | 83.57 | - |
| YUV | 155.14 | 174.2 | 189.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 95 | 237 | 0 | 0.61 | 0.02 | 0.05 | 302.04 | 0.85 | 0.66 |
| Hex | F2 | 5F | ED | 0 | 3D | 2 | 5 | 12E | 55 | 42 |
| Octal | 362 | 137 | 355 | 0 | 75 | 2 | 5 | 456 | 125 | 102 |
| Binary | 11110010 | 1011111 | 11101101 | 0 | 111101 | 10 | 101 | 100101110 | 1010101 | 1000010 |
Color Harmonies of #F25FED
Complementary color
Monochromatic Colors of #F25FED
Black with #F25FED
Text Example
Text Example
White with #F25FED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F25FED; }
p { color: rgb(242,95,237); }
H1.HeaderClassName
{
color: #F25FED;
}
.AnyTagClassName
{
color: #F25FED;
}
</style>
background-color css
<style>
a { background-color: #F25FED; }
a { background-color: rgb(242,95,237); }
div.DivClassName
{
background-color: #F25FED;
}
.BgClassName
{
background-color: #F25FED;
}
</style>
border-color css
<style>
span { border-color: #F25FED; }
span { border-color: rgb(242,95,237); }
td.TdClassName
{
border-color: #F25FED;
}
.TagClassName
{
border-color: #F25FED;
}
</style>