Shades of Pink Flamingo #F852F0
Tints of Pink Flamingo #F852F0
RGB
CMYK
RGB Variations
Color information
#F852F0 (or 0xF852F0) is known color: Pink Flamingo. HEX triplet: F8, 52 and F0. RGB value is (248,82,240). Sum of RGB (Red+Green+Blue) = 248+82+240=570 (75% of max value = 765). Red value is 248 (97.27% from 255 or 43.51% from 570); Green value is 82 (32.42% from 255 or 14.39% from 570); Blue value is 240 (94.14% from 255 or 42.11% from 570); Max value from RGB is 248 - color contains mainly: red. Hex color #F852F0 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F852F0 is #07AD0F. Grayscale: #959595. Windows color (decimal): -503056 or 15749880. OLE color: 15749880.
HSL color Cylindrical-coordinate representation of color #F852F0: hue angle of 302.89º 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 #F852F0 is Cyan = 0, Magento = 0.67, Yellow = 0.03 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 82 | 240 | - |
| CMYK | 0 | 0.67 | 0.03 | 0.03 |
| HSL | 302.89º | 0.92% | 0.65% | - |
| HSV(B) | 302.89º | 0.67% | 0.97% | - |
| XYZ | 57.46 | 32.28 | 85.64 | - |
| YUV | 149.65 | 179 | 198.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 82 | 240 | 0 | 0.67 | 0.03 | 0.03 | 302.89 | 0.92 | 0.65 |
| Hex | F8 | 52 | F0 | 0 | 43 | 3 | 3 | 12F | 5C | 41 |
| Octal | 370 | 122 | 360 | 0 | 103 | 3 | 3 | 457 | 134 | 101 |
| Binary | 11111000 | 1010010 | 11110000 | 0 | 1000011 | 11 | 11 | 100101111 | 1011100 | 1000001 |
Color Harmonies of #F852F0
Complementary color
Monochromatic Colors of #F852F0
Black with #F852F0
Text Example
Text Example
White with #F852F0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F852F0; }
p { color: rgb(248,82,240); }
H1.HeaderClassName
{
color: #F852F0;
}
.AnyTagClassName
{
color: #F852F0;
}
</style>
background-color css
<style>
a { background-color: #F852F0; }
a { background-color: rgb(248,82,240); }
div.DivClassName
{
background-color: #F852F0;
}
.BgClassName
{
background-color: #F852F0;
}
</style>
border-color css
<style>
span { border-color: #F852F0; }
span { border-color: rgb(248,82,240); }
td.TdClassName
{
border-color: #F852F0;
}
.TagClassName
{
border-color: #F852F0;
}
</style>