Shades of Pink Flamingo #F760FA
Tints of Pink Flamingo #F760FA
RGB
CMYK
RGB Variations
Color information
#F760FA (or 0xF760FA) is known color: Pink Flamingo. HEX triplet: F7, 60 and FA. RGB value is (247,96,250). Sum of RGB (Red+Green+Blue) = 247+96+250=593 (78% of max value = 765). Red value is 247 (96.88% from 255 or 41.65% from 593); Green value is 96 (37.89% from 255 or 16.19% from 593); Blue value is 250 (98.05% from 255 or 42.16% from 593); Max value from RGB is 250 - color contains mainly: blue. Hex color #F760FA is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F760FA is #089F05. Grayscale: #9E9E9E. Windows color (decimal): -564998 or 16408823. OLE color: 16408823.
HSL color Cylindrical-coordinate representation of color #F760FA: hue angle of 298.83º degrees, saturation: 0.94, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #F760FA is Cyan = 0.01, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 247 | 96 | 250 | - |
| CMYK | 0.01 | 0.62 | 0 | 0.02 |
| HSL | 298.83º | 0.94% | 0.68% | - |
| HSV(B) | 298.83º | 0.62% | 0.98% | - |
| XYZ | 59.8 | 35.04 | 94.05 | - |
| YUV | 158.71 | 179.53 | 190.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 96 | 250 | 0.01 | 0.62 | 0 | 0.02 | 298.83 | 0.94 | 0.68 |
| Hex | F7 | 60 | FA | 1 | 3E | 0 | 2 | 12B | 5E | 44 |
| Octal | 367 | 140 | 372 | 1 | 76 | 0 | 2 | 453 | 136 | 104 |
| Binary | 11110111 | 1100000 | 11111010 | 1 | 111110 | 0 | 10 | 100101011 | 1011110 | 1000100 |
Color Harmonies of #F760FA
Complementary color
Monochromatic Colors of #F760FA
Black with #F760FA
Text Example
Text Example
White with #F760FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F760FA; }
p { color: rgb(247,96,250); }
H1.HeaderClassName
{
color: #F760FA;
}
.AnyTagClassName
{
color: #F760FA;
}
</style>
background-color css
<style>
a { background-color: #F760FA; }
a { background-color: rgb(247,96,250); }
div.DivClassName
{
background-color: #F760FA;
}
.BgClassName
{
background-color: #F760FA;
}
</style>
border-color css
<style>
span { border-color: #F760FA; }
span { border-color: rgb(247,96,250); }
td.TdClassName
{
border-color: #F760FA;
}
.TagClassName
{
border-color: #F760FA;
}
</style>