Shades of Pink Flamingo #F852F2
Tints of Pink Flamingo #F852F2
RGB
CMYK
RGB Variations
Color information
#F852F2 (or 0xF852F2) is known color: Pink Flamingo. HEX triplet: F8, 52 and F2. RGB value is (248,82,242). Sum of RGB (Red+Green+Blue) = 248+82+242=572 (75% of max value = 765). Red value is 248 (97.27% from 255 or 43.36% from 572); Green value is 82 (32.42% from 255 or 14.34% from 572); Blue value is 242 (94.92% from 255 or 42.31% from 572); Max value from RGB is 248 - color contains mainly: red. Hex color #F852F2 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F852F2 is #07AD0D. Grayscale: #959595. Windows color (decimal): -503054 or 15880952. OLE color: 15880952.
HSL color Cylindrical-coordinate representation of color #F852F2: hue angle of 302.17º 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 #F852F2 is Cyan = 0, Magento = 0.67, Yellow = 0.02 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 82 | 242 | - |
| CMYK | 0 | 0.67 | 0.02 | 0.03 |
| HSL | 302.17º | 0.92% | 0.65% | - |
| HSV(B) | 302.17º | 0.67% | 0.97% | - |
| XYZ | 57.76 | 32.4 | 87.21 | - |
| YUV | 149.87 | 180 | 197.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 82 | 242 | 0 | 0.67 | 0.02 | 0.03 | 302.17 | 0.92 | 0.65 |
| Hex | F8 | 52 | F2 | 0 | 43 | 2 | 3 | 12E | 5C | 41 |
| Octal | 370 | 122 | 362 | 0 | 103 | 2 | 3 | 456 | 134 | 101 |
| Binary | 11111000 | 1010010 | 11110010 | 0 | 1000011 | 10 | 11 | 100101110 | 1011100 | 1000001 |
Color Harmonies of #F852F2
Complementary color
Monochromatic Colors of #F852F2
Black with #F852F2
Text Example
Text Example
White with #F852F2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F852F2; }
p { color: rgb(248,82,242); }
H1.HeaderClassName
{
color: #F852F2;
}
.AnyTagClassName
{
color: #F852F2;
}
</style>
background-color css
<style>
a { background-color: #F852F2; }
a { background-color: rgb(248,82,242); }
div.DivClassName
{
background-color: #F852F2;
}
.BgClassName
{
background-color: #F852F2;
}
</style>
border-color css
<style>
span { border-color: #F852F2; }
span { border-color: rgb(248,82,242); }
td.TdClassName
{
border-color: #F852F2;
}
.TagClassName
{
border-color: #F852F2;
}
</style>