Shades of Pink Flamingo #F25BFE
Tints of Pink Flamingo #F25BFE
RGB
CMYK
RGB Variations
Color information
#F25BFE (or 0xF25BFE) is known color: Pink Flamingo. HEX triplet: F2, 5B and FE. RGB value is (242,91,254). Sum of RGB (Red+Green+Blue) = 242+91+254=587 (77% of max value = 765). Red value is 242 (94.92% from 255 or 41.23% from 587); Green value is 91 (35.94% from 255 or 15.50% from 587); Blue value is 254 (99.61% from 255 or 43.27% from 587); Max value from RGB is 254 - color contains mainly: blue. Hex color #F25BFE is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F25BFE is #0DA401. Grayscale: #9A9A9A. Windows color (decimal): -893954 or 16669682. OLE color: 16669682.
HSL color Cylindrical-coordinate representation of color #F25BFE: hue angle of 295.58º degrees, saturation: 0.99, lightness: 0.68%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #F25BFE is Cyan = 0.05, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 242 | 91 | 254 | - |
| CMYK | 0.05 | 0.64 | 0 | 0.00 |
| HSL | 295.58º | 0.99% | 0.68% | - |
| HSV(B) | 295.58º | 0.64% | 1% | - |
| XYZ | 58.25 | 33.52 | 97.16 | - |
| YUV | 154.73 | 184.03 | 190.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 91 | 254 | 0.05 | 0.64 | 0 | 0.00 | 295.58 | 0.99 | 0.68 |
| Hex | F2 | 5B | FE | 5 | 40 | 0 | 0 | 128 | 63 | 44 |
| Octal | 362 | 133 | 376 | 5 | 100 | 0 | 0 | 450 | 143 | 104 |
| Binary | 11110010 | 1011011 | 11111110 | 101 | 1000000 | 0 | 0 | 100101000 | 1100011 | 1000100 |
Color Harmonies of #F25BFE
Complementary color
Monochromatic Colors of #F25BFE
Black with #F25BFE
Text Example
Text Example
White with #F25BFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F25BFE; }
p { color: rgb(242,91,254); }
H1.HeaderClassName
{
color: #F25BFE;
}
.AnyTagClassName
{
color: #F25BFE;
}
</style>
background-color css
<style>
a { background-color: #F25BFE; }
a { background-color: rgb(242,91,254); }
div.DivClassName
{
background-color: #F25BFE;
}
.BgClassName
{
background-color: #F25BFE;
}
</style>
border-color css
<style>
span { border-color: #F25BFE; }
span { border-color: rgb(242,91,254); }
td.TdClassName
{
border-color: #F25BFE;
}
.TagClassName
{
border-color: #F25BFE;
}
</style>