Shades of Pink Flamingo #F751F0
Tints of Pink Flamingo #F751F0
RGB
CMYK
RGB Variations
Color information
#F751F0 (or 0xF751F0) is known color: Pink Flamingo. HEX triplet: F7, 51 and F0. RGB value is (247,81,240). Sum of RGB (Red+Green+Blue) = 247+81+240=568 (75% of max value = 765). Red value is 247 (96.88% from 255 or 43.49% from 568); Green value is 81 (32.03% from 255 or 14.26% from 568); Blue value is 240 (94.14% from 255 or 42.25% from 568); Max value from RGB is 247 - color contains mainly: red. Hex color #F751F0 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F751F0 is #08AE0F. Grayscale: #949494. Windows color (decimal): -568848 or 15749623. OLE color: 15749623.
HSL color Cylindrical-coordinate representation of color #F751F0: hue angle of 302.53º degrees, saturation: 0.91, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #F751F0 is Cyan = 0, Magento = 0.67, Yellow = 0.03 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 81 | 240 | - |
| CMYK | 0 | 0.67 | 0.03 | 0.03 |
| HSL | 302.53º | 0.91% | 0.64% | - |
| HSV(B) | 302.53º | 0.67% | 0.97% | - |
| XYZ | 57.03 | 31.95 | 85.6 | - |
| YUV | 148.76 | 179.5 | 198.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 81 | 240 | 0 | 0.67 | 0.03 | 0.03 | 302.53 | 0.91 | 0.64 |
| Hex | F7 | 51 | F0 | 0 | 43 | 3 | 3 | 12F | 5B | 40 |
| Octal | 367 | 121 | 360 | 0 | 103 | 3 | 3 | 457 | 133 | 100 |
| Binary | 11110111 | 1010001 | 11110000 | 0 | 1000011 | 11 | 11 | 100101111 | 1011011 | 1000000 |
Color Harmonies of #F751F0
Complementary color
Monochromatic Colors of #F751F0
Black with #F751F0
Text Example
Text Example
White with #F751F0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F751F0; }
p { color: rgb(247,81,240); }
H1.HeaderClassName
{
color: #F751F0;
}
.AnyTagClassName
{
color: #F751F0;
}
</style>
background-color css
<style>
a { background-color: #F751F0; }
a { background-color: rgb(247,81,240); }
div.DivClassName
{
background-color: #F751F0;
}
.BgClassName
{
background-color: #F751F0;
}
</style>
border-color css
<style>
span { border-color: #F751F0; }
span { border-color: rgb(247,81,240); }
td.TdClassName
{
border-color: #F751F0;
}
.TagClassName
{
border-color: #F751F0;
}
</style>