Shades of Pink Flamingo #F252F0
Tints of Pink Flamingo #F252F0
RGB
CMYK
RGB Variations
Color information
#F252F0 (or 0xF252F0) is known color: Pink Flamingo. HEX triplet: F2, 52 and F0. RGB value is (242,82,240). Sum of RGB (Red+Green+Blue) = 242+82+240=564 (74% of max value = 765). Red value is 242 (94.92% from 255 or 42.91% from 564); Green value is 82 (32.42% from 255 or 14.54% from 564); Blue value is 240 (94.14% from 255 or 42.55% from 564); Max value from RGB is 242 - color contains mainly: red. Hex color #F252F0 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F252F0 is #0DAD0F. Grayscale: #939393. Windows color (decimal): -896272 or 15749874. OLE color: 15749874.
HSL color Cylindrical-coordinate representation of color #F252F0: hue angle of 300.75º degrees, saturation: 0.86, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #F252F0 is Cyan = 0, Magento = 0.66, Yellow = 0.01 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 82 | 240 | - |
| CMYK | 0 | 0.66 | 0.01 | 0.05 |
| HSL | 300.75º | 0.86% | 0.64% | - |
| HSV(B) | 300.75º | 0.66% | 0.95% | - |
| XYZ | 55.36 | 31.2 | 85.54 | - |
| YUV | 147.85 | 180.01 | 195.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 82 | 240 | 0 | 0.66 | 0.01 | 0.05 | 300.75 | 0.86 | 0.64 |
| Hex | F2 | 52 | F0 | 0 | 42 | 1 | 5 | 12D | 56 | 40 |
| Octal | 362 | 122 | 360 | 0 | 102 | 1 | 5 | 455 | 126 | 100 |
| Binary | 11110010 | 1010010 | 11110000 | 0 | 1000010 | 1 | 101 | 100101101 | 1010110 | 1000000 |
Color Harmonies of #F252F0
Complementary color
Monochromatic Colors of #F252F0
Black with #F252F0
Text Example
Text Example
White with #F252F0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F252F0; }
p { color: rgb(242,82,240); }
H1.HeaderClassName
{
color: #F252F0;
}
.AnyTagClassName
{
color: #F252F0;
}
</style>
background-color css
<style>
a { background-color: #F252F0; }
a { background-color: rgb(242,82,240); }
div.DivClassName
{
background-color: #F252F0;
}
.BgClassName
{
background-color: #F252F0;
}
</style>
border-color css
<style>
span { border-color: #F252F0; }
span { border-color: rgb(242,82,240); }
td.TdClassName
{
border-color: #F252F0;
}
.TagClassName
{
border-color: #F252F0;
}
</style>