Shades of Pink Flamingo #F851F5
Tints of Pink Flamingo #F851F5
RGB
CMYK
RGB Variations
Color information
#F851F5 (or 0xF851F5) is known color: Pink Flamingo. HEX triplet: F8, 51 and F5. RGB value is (248,81,245). Sum of RGB (Red+Green+Blue) = 248+81+245=574 (76% of max value = 765). Red value is 248 (97.27% from 255 or 43.21% from 574); Green value is 81 (32.03% from 255 or 14.11% from 574); Blue value is 245 (96.09% from 255 or 42.68% from 574); Max value from RGB is 248 - color contains mainly: red. Hex color #F851F5 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F851F5 is #07AE0A. Grayscale: #959595. Windows color (decimal): -503307 or 16077304. OLE color: 16077304.
HSL color Cylindrical-coordinate representation of color #F851F5: hue angle of 301.08º 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 #F851F5 is Cyan = 0, Magento = 0.67, Yellow = 0.01 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 81 | 245 | - |
| CMYK | 0 | 0.67 | 0.01 | 0.03 |
| HSL | 301.08º | 0.92% | 0.65% | - |
| HSV(B) | 301.08º | 0.67% | 0.97% | - |
| XYZ | 58.14 | 32.43 | 89.58 | - |
| YUV | 149.63 | 181.83 | 198.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 81 | 245 | 0 | 0.67 | 0.01 | 0.03 | 301.08 | 0.92 | 0.65 |
| Hex | F8 | 51 | F5 | 0 | 43 | 1 | 3 | 12D | 5C | 41 |
| Octal | 370 | 121 | 365 | 0 | 103 | 1 | 3 | 455 | 134 | 101 |
| Binary | 11111000 | 1010001 | 11110101 | 0 | 1000011 | 1 | 11 | 100101101 | 1011100 | 1000001 |
Color Harmonies of #F851F5
Complementary color
Monochromatic Colors of #F851F5
Black with #F851F5
Text Example
Text Example
White with #F851F5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F851F5; }
p { color: rgb(248,81,245); }
H1.HeaderClassName
{
color: #F851F5;
}
.AnyTagClassName
{
color: #F851F5;
}
</style>
background-color css
<style>
a { background-color: #F851F5; }
a { background-color: rgb(248,81,245); }
div.DivClassName
{
background-color: #F851F5;
}
.BgClassName
{
background-color: #F851F5;
}
</style>
border-color css
<style>
span { border-color: #F851F5; }
span { border-color: rgb(248,81,245); }
td.TdClassName
{
border-color: #F851F5;
}
.TagClassName
{
border-color: #F851F5;
}
</style>