Shades of Pink Flamingo #F25FFE
Tints of Pink Flamingo #F25FFE
RGB
CMYK
RGB Variations
Color information
#F25FFE (or 0xF25FFE) is known color: Pink Flamingo. HEX triplet: F2, 5F and FE. RGB value is (242,95,254). Sum of RGB (Red+Green+Blue) = 242+95+254=591 (78% of max value = 765). Red value is 242 (94.92% from 255 or 40.95% from 591); Green value is 95 (37.5% from 255 or 16.07% from 591); Blue value is 254 (99.61% from 255 or 42.98% from 591); Max value from RGB is 254 - color contains mainly: blue. Hex color #F25FFE is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F25FFE is #0DA001. Grayscale: #9C9C9C. Windows color (decimal): -892930 or 16670706. OLE color: 16670706.
HSL color Cylindrical-coordinate representation of color #F25FFE: hue angle of 295.47º 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 #F25FFE is Cyan = 0.05, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 242 | 95 | 254 | - |
| CMYK | 0.05 | 0.63 | 0 | 0.00 |
| HSL | 295.47º | 0.99% | 0.68% | - |
| HSV(B) | 295.47º | 0.63% | 1% | - |
| XYZ | 58.6 | 34.22 | 97.28 | - |
| YUV | 157.08 | 182.7 | 188.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 95 | 254 | 0.05 | 0.63 | 0 | 0.00 | 295.47 | 0.99 | 0.68 |
| Hex | F2 | 5F | FE | 5 | 3F | 0 | 0 | 127 | 63 | 44 |
| Octal | 362 | 137 | 376 | 5 | 77 | 0 | 0 | 447 | 143 | 104 |
| Binary | 11110010 | 1011111 | 11111110 | 101 | 111111 | 0 | 0 | 100100111 | 1100011 | 1000100 |
Color Harmonies of #F25FFE
Complementary color
Monochromatic Colors of #F25FFE
Black with #F25FFE
Text Example
Text Example
White with #F25FFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F25FFE; }
p { color: rgb(242,95,254); }
H1.HeaderClassName
{
color: #F25FFE;
}
.AnyTagClassName
{
color: #F25FFE;
}
</style>
background-color css
<style>
a { background-color: #F25FFE; }
a { background-color: rgb(242,95,254); }
div.DivClassName
{
background-color: #F25FFE;
}
.BgClassName
{
background-color: #F25FFE;
}
</style>
border-color css
<style>
span { border-color: #F25FFE; }
span { border-color: rgb(242,95,254); }
td.TdClassName
{
border-color: #F25FFE;
}
.TagClassName
{
border-color: #F25FFE;
}
</style>