Shades of Pink Flamingo #F25AF2
Tints of Pink Flamingo #F25AF2
RGB
CMYK
RGB Variations
Color information
#F25AF2 (or 0xF25AF2) is known color: Pink Flamingo. HEX triplet: F2, 5A and F2. RGB value is (242,90,242). Sum of RGB (Red+Green+Blue) = 242+90+242=574 (76% of max value = 765). Red value is 242 (94.92% from 255 or 42.16% from 574); Green value is 90 (35.55% from 255 or 15.68% from 574); Blue value is 242 (94.92% from 255 or 42.16% from 574); Max value from RGB is 242 - color contains mainly: red, blue. Hex color #F25AF2 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F25AF2 is #0DA50D. Grayscale: #989898. Windows color (decimal): -894222 or 15882994. OLE color: 15882994.
HSL color Cylindrical-coordinate representation of color #F25AF2: 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.63%. Process color model (Four color, CMYK) of #F25AF2 is Cyan = 0, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 90 | 242 | - |
| CMYK | 0 | 0.63 | 0 | 0.05 |
| HSL | 300º | 0.85% | 0.65% | - |
| HSV(B) | 300º | 0.63% | 0.95% | - |
| XYZ | 56.3 | 32.6 | 87.33 | - |
| YUV | 152.78 | 178.36 | 191.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 90 | 242 | 0 | 0.63 | 0 | 0.05 | 300 | 0.85 | 0.65 |
| Hex | F2 | 5A | F2 | 0 | 3F | 0 | 5 | 12C | 55 | 41 |
| Octal | 362 | 132 | 362 | 0 | 77 | 0 | 5 | 454 | 125 | 101 |
| Binary | 11110010 | 1011010 | 11110010 | 0 | 111111 | 0 | 101 | 100101100 | 1010101 | 1000001 |
Color Harmonies of #F25AF2
Complementary color
Monochromatic Colors of #F25AF2
Black with #F25AF2
Text Example
Text Example
White with #F25AF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F25AF2; }
p { color: rgb(242,90,242); }
H1.HeaderClassName
{
color: #F25AF2;
}
.AnyTagClassName
{
color: #F25AF2;
}
</style>
background-color css
<style>
a { background-color: #F25AF2; }
a { background-color: rgb(242,90,242); }
div.DivClassName
{
background-color: #F25AF2;
}
.BgClassName
{
background-color: #F25AF2;
}
</style>
border-color css
<style>
span { border-color: #F25AF2; }
span { border-color: rgb(242,90,242); }
td.TdClassName
{
border-color: #F25AF2;
}
.TagClassName
{
border-color: #F25AF2;
}
</style>