Shades of Pink Flamingo #F251F2
Tints of Pink Flamingo #F251F2
RGB
CMYK
RGB Variations
Color information
#F251F2 (or 0xF251F2) is known color: Pink Flamingo. HEX triplet: F2, 51 and F2. RGB value is (242,81,242). Sum of RGB (Red+Green+Blue) = 242+81+242=565 (74% of max value = 765). Red value is 242 (94.92% from 255 or 42.83% from 565); Green value is 81 (32.03% from 255 or 14.34% from 565); Blue value is 242 (94.92% from 255 or 42.83% from 565); Max value from RGB is 242 - color contains mainly: red, blue. Hex color #F251F2 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F251F2 is #0DAE0D. Grayscale: #939393. Windows color (decimal): -896526 or 15880690. OLE color: 15880690.
HSL color Cylindrical-coordinate representation of color #F251F2: hue angle of 300º degrees, saturation: 0.86, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #F251F2 is Cyan = 0, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 81 | 242 | - |
| CMYK | 0 | 0.67 | 0 | 0.05 |
| HSL | 300º | 0.86% | 0.63% | - |
| HSV(B) | 300º | 0.67% | 0.95% | - |
| XYZ | 55.59 | 31.17 | 87.09 | - |
| YUV | 147.49 | 181.34 | 195.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 81 | 242 | 0 | 0.67 | 0 | 0.05 | 300 | 0.86 | 0.63 |
| Hex | F2 | 51 | F2 | 0 | 43 | 0 | 5 | 12C | 56 | 3F |
| Octal | 362 | 121 | 362 | 0 | 103 | 0 | 5 | 454 | 126 | 77 |
| Binary | 11110010 | 1010001 | 11110010 | 0 | 1000011 | 0 | 101 | 100101100 | 1010110 | 111111 |
Color Harmonies of #F251F2
Complementary color
Monochromatic Colors of #F251F2
Black with #F251F2
Text Example
Text Example
White with #F251F2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F251F2; }
p { color: rgb(242,81,242); }
H1.HeaderClassName
{
color: #F251F2;
}
.AnyTagClassName
{
color: #F251F2;
}
</style>
background-color css
<style>
a { background-color: #F251F2; }
a { background-color: rgb(242,81,242); }
div.DivClassName
{
background-color: #F251F2;
}
.BgClassName
{
background-color: #F251F2;
}
</style>
border-color css
<style>
span { border-color: #F251F2; }
span { border-color: rgb(242,81,242); }
td.TdClassName
{
border-color: #F251F2;
}
.TagClassName
{
border-color: #F251F2;
}
</style>