Shades of Pink Flamingo #F25CF2
Tints of Pink Flamingo #F25CF2
RGB
CMYK
RGB Variations
Color information
#F25CF2 (or 0xF25CF2) is known color: Pink Flamingo. HEX triplet: F2, 5C and F2. RGB value is (242,92,242). Sum of RGB (Red+Green+Blue) = 242+92+242=576 (76% of max value = 765). Red value is 242 (94.92% from 255 or 42.01% from 576); Green value is 92 (36.33% from 255 or 15.97% from 576); Blue value is 242 (94.92% from 255 or 42.01% from 576); Max value from RGB is 242 - color contains mainly: red, blue. Hex color #F25CF2 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F25CF2 is #0DA30D. Grayscale: #999999. Windows color (decimal): -893710 or 15883506. OLE color: 15883506.
HSL color Cylindrical-coordinate representation of color #F25CF2: hue angle of 300º degrees, saturation: 0.85, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #F25CF2 is Cyan = 0, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 92 | 242 | - |
| CMYK | 0 | 0.62 | 0 | 0.05 |
| HSL | 300º | 0.85% | 0.65% | - |
| HSV(B) | 300º | 0.62% | 0.95% | - |
| XYZ | 56.47 | 32.94 | 87.39 | - |
| YUV | 153.95 | 177.7 | 190.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 92 | 242 | 0 | 0.62 | 0 | 0.05 | 300 | 0.85 | 0.65 |
| Hex | F2 | 5C | F2 | 0 | 3E | 0 | 5 | 12C | 55 | 41 |
| Octal | 362 | 134 | 362 | 0 | 76 | 0 | 5 | 454 | 125 | 101 |
| Binary | 11110010 | 1011100 | 11110010 | 0 | 111110 | 0 | 101 | 100101100 | 1010101 | 1000001 |
Color Harmonies of #F25CF2
Complementary color
Monochromatic Colors of #F25CF2
Black with #F25CF2
Text Example
Text Example
White with #F25CF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F25CF2; }
p { color: rgb(242,92,242); }
H1.HeaderClassName
{
color: #F25CF2;
}
.AnyTagClassName
{
color: #F25CF2;
}
</style>
background-color css
<style>
a { background-color: #F25CF2; }
a { background-color: rgb(242,92,242); }
div.DivClassName
{
background-color: #F25CF2;
}
.BgClassName
{
background-color: #F25CF2;
}
</style>
border-color css
<style>
span { border-color: #F25CF2; }
span { border-color: rgb(242,92,242); }
td.TdClassName
{
border-color: #F25CF2;
}
.TagClassName
{
border-color: #F25CF2;
}
</style>