Shades of Pink Flamingo #F25DFE
Tints of Pink Flamingo #F25DFE
RGB
CMYK
RGB Variations
Color information
#F25DFE (or 0xF25DFE) is known color: Pink Flamingo. HEX triplet: F2, 5D and FE. RGB value is (242,93,254). Sum of RGB (Red+Green+Blue) = 242+93+254=589 (78% of max value = 765). Red value is 242 (94.92% from 255 or 41.09% from 589); Green value is 93 (36.72% from 255 or 15.79% from 589); Blue value is 254 (99.61% from 255 or 43.12% from 589); Max value from RGB is 254 - color contains mainly: blue. Hex color #F25DFE is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F25DFE is #0DA201. Grayscale: #9B9B9B. Windows color (decimal): -893442 or 16670194. OLE color: 16670194.
HSL color Cylindrical-coordinate representation of color #F25DFE: hue angle of 295.53º degrees, saturation: 0.99, lightness: 0.68%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #F25DFE is Cyan = 0.05, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 242 | 93 | 254 | - |
| CMYK | 0.05 | 0.63 | 0 | 0.00 |
| HSL | 295.53º | 0.99% | 0.68% | - |
| HSV(B) | 295.53º | 0.63% | 1% | - |
| XYZ | 58.42 | 33.86 | 97.22 | - |
| YUV | 155.91 | 183.36 | 189.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 93 | 254 | 0.05 | 0.63 | 0 | 0.00 | 295.53 | 0.99 | 0.68 |
| Hex | F2 | 5D | FE | 5 | 3F | 0 | 0 | 128 | 63 | 44 |
| Octal | 362 | 135 | 376 | 5 | 77 | 0 | 0 | 450 | 143 | 104 |
| Binary | 11110010 | 1011101 | 11111110 | 101 | 111111 | 0 | 0 | 100101000 | 1100011 | 1000100 |
Color Harmonies of #F25DFE
Complementary color
Monochromatic Colors of #F25DFE
Black with #F25DFE
Text Example
Text Example
White with #F25DFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F25DFE; }
p { color: rgb(242,93,254); }
H1.HeaderClassName
{
color: #F25DFE;
}
.AnyTagClassName
{
color: #F25DFE;
}
</style>
background-color css
<style>
a { background-color: #F25DFE; }
a { background-color: rgb(242,93,254); }
div.DivClassName
{
background-color: #F25DFE;
}
.BgClassName
{
background-color: #F25DFE;
}
</style>
border-color css
<style>
span { border-color: #F25DFE; }
span { border-color: rgb(242,93,254); }
td.TdClassName
{
border-color: #F25DFE;
}
.TagClassName
{
border-color: #F25DFE;
}
</style>