Shades of Pink Flamingo #F851F0
Tints of Pink Flamingo #F851F0
RGB
CMYK
RGB Variations
Color information
#F851F0 (or 0xF851F0) is known color: Pink Flamingo. HEX triplet: F8, 51 and F0. RGB value is (248,81,240). Sum of RGB (Red+Green+Blue) = 248+81+240=569 (75% of max value = 765). Red value is 248 (97.27% from 255 or 43.59% from 569); Green value is 81 (32.03% from 255 or 14.24% from 569); Blue value is 240 (94.14% from 255 or 42.18% from 569); Max value from RGB is 248 - color contains mainly: red. Hex color #F851F0 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F851F0 is #07AE0F. Grayscale: #949494. Windows color (decimal): -503312 or 15749624. OLE color: 15749624.
HSL color Cylindrical-coordinate representation of color #F851F0: hue angle of 302.87º degrees, saturation: 0.92, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #F851F0 is Cyan = 0, Magento = 0.67, Yellow = 0.03 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 81 | 240 | - |
| CMYK | 0 | 0.67 | 0.03 | 0.03 |
| HSL | 302.87º | 0.92% | 0.65% | - |
| HSV(B) | 302.87º | 0.67% | 0.97% | - |
| XYZ | 57.38 | 32.13 | 85.62 | - |
| YUV | 149.06 | 179.33 | 198.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 81 | 240 | 0 | 0.67 | 0.03 | 0.03 | 302.87 | 0.92 | 0.65 |
| Hex | F8 | 51 | F0 | 0 | 43 | 3 | 3 | 12F | 5C | 41 |
| Octal | 370 | 121 | 360 | 0 | 103 | 3 | 3 | 457 | 134 | 101 |
| Binary | 11111000 | 1010001 | 11110000 | 0 | 1000011 | 11 | 11 | 100101111 | 1011100 | 1000001 |
Color Harmonies of #F851F0
Complementary color
Monochromatic Colors of #F851F0
Black with #F851F0
Text Example
Text Example
White with #F851F0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F851F0; }
p { color: rgb(248,81,240); }
H1.HeaderClassName
{
color: #F851F0;
}
.AnyTagClassName
{
color: #F851F0;
}
</style>
background-color css
<style>
a { background-color: #F851F0; }
a { background-color: rgb(248,81,240); }
div.DivClassName
{
background-color: #F851F0;
}
.BgClassName
{
background-color: #F851F0;
}
</style>
border-color css
<style>
span { border-color: #F851F0; }
span { border-color: rgb(248,81,240); }
td.TdClassName
{
border-color: #F851F0;
}
.TagClassName
{
border-color: #F851F0;
}
</style>