Shades of Pink Flamingo #F752F7
Tints of Pink Flamingo #F752F7
RGB
CMYK
RGB Variations
Color information
#F752F7 (or 0xF752F7) is known color: Pink Flamingo. HEX triplet: F7, 52 and F7. RGB value is (247,82,247). Sum of RGB (Red+Green+Blue) = 247+82+247=576 (76% of max value = 765). Red value is 247 (96.88% from 255 or 42.88% from 576); Green value is 82 (32.42% from 255 or 14.24% from 576); Blue value is 247 (96.88% from 255 or 42.88% from 576); Max value from RGB is 247 - color contains mainly: red, blue. Hex color #F752F7 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F752F7 is #08AD08. Grayscale: #959595. Windows color (decimal): -568585 or 16208631. OLE color: 16208631.
HSL color Cylindrical-coordinate representation of color #F752F7: hue angle of 300º degrees, saturation: 0.91, 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 #F752F7 is Cyan = 0, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 82 | 247 | - |
| CMYK | 0 | 0.67 | 0 | 0.03 |
| HSL | 300º | 0.91% | 0.65% | - |
| HSV(B) | 300º | 0.67% | 0.97% | - |
| XYZ | 58.16 | 32.52 | 91.21 | - |
| YUV | 150.15 | 182.66 | 197.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 82 | 247 | 0 | 0.67 | 0 | 0.03 | 300 | 0.91 | 0.65 |
| Hex | F7 | 52 | F7 | 0 | 43 | 0 | 3 | 12C | 5B | 41 |
| Octal | 367 | 122 | 367 | 0 | 103 | 0 | 3 | 454 | 133 | 101 |
| Binary | 11110111 | 1010010 | 11110111 | 0 | 1000011 | 0 | 11 | 100101100 | 1011011 | 1000001 |
Color Harmonies of #F752F7
Complementary color
Monochromatic Colors of #F752F7
Black with #F752F7
Text Example
Text Example
White with #F752F7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F752F7; }
p { color: rgb(247,82,247); }
H1.HeaderClassName
{
color: #F752F7;
}
.AnyTagClassName
{
color: #F752F7;
}
</style>
background-color css
<style>
a { background-color: #F752F7; }
a { background-color: rgb(247,82,247); }
div.DivClassName
{
background-color: #F752F7;
}
.BgClassName
{
background-color: #F752F7;
}
</style>
border-color css
<style>
span { border-color: #F752F7; }
span { border-color: rgb(247,82,247); }
td.TdClassName
{
border-color: #F752F7;
}
.TagClassName
{
border-color: #F752F7;
}
</style>