Shades of Pink Flamingo #F760F0
Tints of Pink Flamingo #F760F0
RGB
CMYK
RGB Variations
Color information
#F760F0 (or 0xF760F0) is known color: Pink Flamingo. HEX triplet: F7, 60 and F0. RGB value is (247,96,240). Sum of RGB (Red+Green+Blue) = 247+96+240=583 (77% of max value = 765). Red value is 247 (96.88% from 255 or 42.37% from 583); Green value is 96 (37.89% from 255 or 16.47% from 583); Blue value is 240 (94.14% from 255 or 41.17% from 583); Max value from RGB is 247 - color contains mainly: red. Hex color #F760F0 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F760F0 is #089F0F. Grayscale: #9D9D9D. Windows color (decimal): -565008 or 15753463. OLE color: 15753463.
HSL color Cylindrical-coordinate representation of color #F760F0: hue angle of 302.78º degrees, saturation: 0.9, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #F760F0 is Cyan = 0, Magento = 0.61, Yellow = 0.03 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 96 | 240 | - |
| CMYK | 0 | 0.61 | 0.03 | 0.03 |
| HSL | 302.78º | 0.9% | 0.67% | - |
| HSV(B) | 302.78º | 0.61% | 0.97% | - |
| XYZ | 58.27 | 34.43 | 86.01 | - |
| YUV | 157.57 | 174.53 | 191.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 96 | 240 | 0 | 0.61 | 0.03 | 0.03 | 302.78 | 0.9 | 0.67 |
| Hex | F7 | 60 | F0 | 0 | 3D | 3 | 3 | 12F | 5A | 43 |
| Octal | 367 | 140 | 360 | 0 | 75 | 3 | 3 | 457 | 132 | 103 |
| Binary | 11110111 | 1100000 | 11110000 | 0 | 111101 | 11 | 11 | 100101111 | 1011010 | 1000011 |
Color Harmonies of #F760F0
Complementary color
Monochromatic Colors of #F760F0
Black with #F760F0
Text Example
Text Example
White with #F760F0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F760F0; }
p { color: rgb(247,96,240); }
H1.HeaderClassName
{
color: #F760F0;
}
.AnyTagClassName
{
color: #F760F0;
}
</style>
background-color css
<style>
a { background-color: #F760F0; }
a { background-color: rgb(247,96,240); }
div.DivClassName
{
background-color: #F760F0;
}
.BgClassName
{
background-color: #F760F0;
}
</style>
border-color css
<style>
span { border-color: #F760F0; }
span { border-color: rgb(247,96,240); }
td.TdClassName
{
border-color: #F760F0;
}
.TagClassName
{
border-color: #F760F0;
}
</style>