Shades of Pink Flamingo #F25FFF
Tints of Pink Flamingo #F25FFF
RGB
CMYK
RGB Variations
Color information
#F25FFF (or 0xF25FFF) is known color: Pink Flamingo. HEX triplet: F2, 5F and FF. RGB value is (242,95,255). Sum of RGB (Red+Green+Blue) = 242+95+255=592 (78% of max value = 765). Red value is 242 (94.92% from 255 or 40.88% from 592); Green value is 95 (37.5% from 255 or 16.05% from 592); Blue value is 255 (100% from 255 or 43.07% from 592); Max value from RGB is 255 - color contains mainly: blue. Hex color #F25FFF is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F25FFF is #0DA000. Grayscale: #9C9C9C. Windows color (decimal): -892929 or 16736242. OLE color: 16736242.
HSL color Cylindrical-coordinate representation of color #F25FFF: hue angle of 295.12º degrees, saturation: 1, lightness: 0.69%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #F25FFF is Cyan = 0.05, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 242 | 95 | 255 | - |
| CMYK | 0.05 | 0.63 | 0 | 0 |
| HSL | 295.13º | 1% | 0.69% | - |
| HSV(B) | 295.13º | 0.63% | 1% | - |
| XYZ | 58.76 | 34.28 | 98.13 | - |
| YUV | 157.19 | 183.2 | 188.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 95 | 255 | 0.05 | 0.63 | 0 | 0 | 295.13 | 1 | 0.69 |
| Hex | F2 | 5F | FF | 5 | 3F | 0 | 0 | 127 | 64 | 45 |
| Octal | 362 | 137 | 377 | 5 | 77 | 0 | 0 | 447 | 144 | 105 |
| Binary | 11110010 | 1011111 | 11111111 | 101 | 111111 | 0 | 0 | 100100111 | 1100100 | 1000101 |
Color Harmonies of #F25FFF
Complementary color
Monochromatic Colors of #F25FFF
Black with #F25FFF
Text Example
Text Example
White with #F25FFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F25FFF; }
p { color: rgb(242,95,255); }
H1.HeaderClassName
{
color: #F25FFF;
}
.AnyTagClassName
{
color: #F25FFF;
}
</style>
background-color css
<style>
a { background-color: #F25FFF; }
a { background-color: rgb(242,95,255); }
div.DivClassName
{
background-color: #F25FFF;
}
.BgClassName
{
background-color: #F25FFF;
}
</style>
border-color css
<style>
span { border-color: #F25FFF; }
span { border-color: rgb(242,95,255); }
td.TdClassName
{
border-color: #F25FFF;
}
.TagClassName
{
border-color: #F25FFF;
}
</style>