Shades of Pink Flamingo #F25CF1
Tints of Pink Flamingo #F25CF1
RGB
CMYK
RGB Variations
Color information
#F25CF1 (or 0xF25CF1) is known color: Pink Flamingo. HEX triplet: F2, 5C and F1. RGB value is (242,92,241). Sum of RGB (Red+Green+Blue) = 242+92+241=575 (76% of max value = 765). Red value is 242 (94.92% from 255 or 42.09% from 575); Green value is 92 (36.33% from 255 or 16% from 575); Blue value is 241 (94.53% from 255 or 41.91% from 575); Max value from RGB is 242 - color contains mainly: red. Hex color #F25CF1 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F25CF1 is #0DA30E. Grayscale: #999999. Windows color (decimal): -893711 or 15817970. OLE color: 15817970.
HSL color Cylindrical-coordinate representation of color #F25CF1: hue angle of 300.4º degrees, saturation: 0.85, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #F25CF1 is Cyan = 0, Magento = 0.62, Yellow = 0.00 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 92 | 241 | - |
| CMYK | 0 | 0.62 | 0.00 | 0.05 |
| HSL | 300.4º | 0.85% | 0.65% | - |
| HSV(B) | 300.4º | 0.62% | 0.95% | - |
| XYZ | 56.32 | 32.88 | 86.6 | - |
| YUV | 153.84 | 177.2 | 190.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 92 | 241 | 0 | 0.62 | 0.00 | 0.05 | 300.4 | 0.85 | 0.65 |
| Hex | F2 | 5C | F1 | 0 | 3E | 0 | 5 | 12C | 55 | 41 |
| Octal | 362 | 134 | 361 | 0 | 76 | 0 | 5 | 454 | 125 | 101 |
| Binary | 11110010 | 1011100 | 11110001 | 0 | 111110 | 0 | 101 | 100101100 | 1010101 | 1000001 |
Color Harmonies of #F25CF1
Complementary color
Monochromatic Colors of #F25CF1
Black with #F25CF1
Text Example
Text Example
White with #F25CF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F25CF1; }
p { color: rgb(242,92,241); }
H1.HeaderClassName
{
color: #F25CF1;
}
.AnyTagClassName
{
color: #F25CF1;
}
</style>
background-color css
<style>
a { background-color: #F25CF1; }
a { background-color: rgb(242,92,241); }
div.DivClassName
{
background-color: #F25CF1;
}
.BgClassName
{
background-color: #F25CF1;
}
</style>
border-color css
<style>
span { border-color: #F25CF1; }
span { border-color: rgb(242,92,241); }
td.TdClassName
{
border-color: #F25CF1;
}
.TagClassName
{
border-color: #F25CF1;
}
</style>