Shades of Pink Flamingo #F25EFB
Tints of Pink Flamingo #F25EFB
RGB
CMYK
RGB Variations
Color information
#F25EFB (or 0xF25EFB) is known color: Pink Flamingo. HEX triplet: F2, 5E and FB. RGB value is (242,94,251). Sum of RGB (Red+Green+Blue) = 242+94+251=587 (77% of max value = 765). Red value is 242 (94.92% from 255 or 41.23% from 587); Green value is 94 (37.11% from 255 or 16.01% from 587); Blue value is 251 (98.44% from 255 or 42.76% from 587); Max value from RGB is 251 - color contains mainly: blue. Hex color #F25EFB is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F25EFB is #0DA104. Grayscale: #9B9B9B. Windows color (decimal): -893189 or 16473842. OLE color: 16473842.
HSL color Cylindrical-coordinate representation of color #F25EFB: hue angle of 296.56º degrees, saturation: 0.95, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #F25EFB is Cyan = 0.04, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 242 | 94 | 251 | - |
| CMYK | 0.04 | 0.63 | 0 | 0.02 |
| HSL | 296.56º | 0.95% | 0.68% | - |
| HSV(B) | 296.56º | 0.63% | 0.98% | - |
| XYZ | 58.03 | 33.85 | 94.74 | - |
| YUV | 156.15 | 181.53 | 189.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 94 | 251 | 0.04 | 0.63 | 0 | 0.02 | 296.56 | 0.95 | 0.68 |
| Hex | F2 | 5E | FB | 4 | 3F | 0 | 2 | 129 | 5F | 44 |
| Octal | 362 | 136 | 373 | 4 | 77 | 0 | 2 | 451 | 137 | 104 |
| Binary | 11110010 | 1011110 | 11111011 | 100 | 111111 | 0 | 10 | 100101001 | 1011111 | 1000100 |
Color Harmonies of #F25EFB
Complementary color
Monochromatic Colors of #F25EFB
Black with #F25EFB
Text Example
Text Example
White with #F25EFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F25EFB; }
p { color: rgb(242,94,251); }
H1.HeaderClassName
{
color: #F25EFB;
}
.AnyTagClassName
{
color: #F25EFB;
}
</style>
background-color css
<style>
a { background-color: #F25EFB; }
a { background-color: rgb(242,94,251); }
div.DivClassName
{
background-color: #F25EFB;
}
.BgClassName
{
background-color: #F25EFB;
}
</style>
border-color css
<style>
span { border-color: #F25EFB; }
span { border-color: rgb(242,94,251); }
td.TdClassName
{
border-color: #F25EFB;
}
.TagClassName
{
border-color: #F25EFB;
}
</style>