Shades of Pink Flamingo #F25CF6
Tints of Pink Flamingo #F25CF6
RGB
CMYK
RGB Variations
Color information
#F25CF6 (or 0xF25CF6) is known color: Pink Flamingo. HEX triplet: F2, 5C and F6. RGB value is (242,92,246). Sum of RGB (Red+Green+Blue) = 242+92+246=580 (76% of max value = 765). Red value is 242 (94.92% from 255 or 41.72% from 580); Green value is 92 (36.33% from 255 or 15.86% from 580); Blue value is 246 (96.48% from 255 or 42.41% from 580); Max value from RGB is 246 - color contains mainly: blue. Hex color #F25CF6 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F25CF6 is #0DA309. Grayscale: #999999. Windows color (decimal): -893706 or 16145650. OLE color: 16145650.
HSL color Cylindrical-coordinate representation of color #F25CF6: hue angle of 298.44º degrees, saturation: 0.9, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #F25CF6 is Cyan = 0.02, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 242 | 92 | 246 | - |
| CMYK | 0.02 | 0.63 | 0 | 0.04 |
| HSL | 298.44º | 0.9% | 0.66% | - |
| HSV(B) | 298.44º | 0.63% | 0.96% | - |
| XYZ | 57.08 | 33.19 | 90.59 | - |
| YUV | 154.41 | 179.7 | 190.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 92 | 246 | 0.02 | 0.63 | 0 | 0.04 | 298.44 | 0.9 | 0.66 |
| Hex | F2 | 5C | F6 | 2 | 3F | 0 | 4 | 12A | 5A | 42 |
| Octal | 362 | 134 | 366 | 2 | 77 | 0 | 4 | 452 | 132 | 102 |
| Binary | 11110010 | 1011100 | 11110110 | 10 | 111111 | 0 | 100 | 100101010 | 1011010 | 1000010 |
Color Harmonies of #F25CF6
Complementary color
Monochromatic Colors of #F25CF6
Black with #F25CF6
Text Example
Text Example
White with #F25CF6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F25CF6; }
p { color: rgb(242,92,246); }
H1.HeaderClassName
{
color: #F25CF6;
}
.AnyTagClassName
{
color: #F25CF6;
}
</style>
background-color css
<style>
a { background-color: #F25CF6; }
a { background-color: rgb(242,92,246); }
div.DivClassName
{
background-color: #F25CF6;
}
.BgClassName
{
background-color: #F25CF6;
}
</style>
border-color css
<style>
span { border-color: #F25CF6; }
span { border-color: rgb(242,92,246); }
td.TdClassName
{
border-color: #F25CF6;
}
.TagClassName
{
border-color: #F25CF6;
}
</style>