Shades of Pink Flamingo #F758FA
Tints of Pink Flamingo #F758FA
RGB
CMYK
RGB Variations
Color information
#F758FA (or 0xF758FA) is known color: Pink Flamingo. HEX triplet: F7, 58 and FA. RGB value is (247,88,250). Sum of RGB (Red+Green+Blue) = 247+88+250=585 (77% of max value = 765). Red value is 247 (96.88% from 255 or 42.22% from 585); Green value is 88 (34.77% from 255 or 15.04% from 585); Blue value is 250 (98.05% from 255 or 42.74% from 585); Max value from RGB is 250 - color contains mainly: blue. Hex color #F758FA is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F758FA is #08A705. Grayscale: #999999. Windows color (decimal): -567046 or 16406775. OLE color: 16406775.
HSL color Cylindrical-coordinate representation of color #F758FA: hue angle of 298.89º degrees, saturation: 0.94, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #F758FA is Cyan = 0.01, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 247 | 88 | 250 | - |
| CMYK | 0.01 | 0.65 | 0 | 0.02 |
| HSL | 298.89º | 0.94% | 0.66% | - |
| HSV(B) | 298.89º | 0.65% | 0.98% | - |
| XYZ | 59.1 | 33.66 | 93.82 | - |
| YUV | 154.01 | 182.18 | 194.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 88 | 250 | 0.01 | 0.65 | 0 | 0.02 | 298.89 | 0.94 | 0.66 |
| Hex | F7 | 58 | FA | 1 | 41 | 0 | 2 | 12B | 5E | 42 |
| Octal | 367 | 130 | 372 | 1 | 101 | 0 | 2 | 453 | 136 | 102 |
| Binary | 11110111 | 1011000 | 11111010 | 1 | 1000001 | 0 | 10 | 100101011 | 1011110 | 1000010 |
Color Harmonies of #F758FA
Complementary color
Monochromatic Colors of #F758FA
Black with #F758FA
Text Example
Text Example
White with #F758FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F758FA; }
p { color: rgb(247,88,250); }
H1.HeaderClassName
{
color: #F758FA;
}
.AnyTagClassName
{
color: #F758FA;
}
</style>
background-color css
<style>
a { background-color: #F758FA; }
a { background-color: rgb(247,88,250); }
div.DivClassName
{
background-color: #F758FA;
}
.BgClassName
{
background-color: #F758FA;
}
</style>
border-color css
<style>
span { border-color: #F758FA; }
span { border-color: rgb(247,88,250); }
td.TdClassName
{
border-color: #F758FA;
}
.TagClassName
{
border-color: #F758FA;
}
</style>