Shades of Pink Flamingo #F746FA
Tints of Pink Flamingo #F746FA
RGB
CMYK
RGB Variations
Color information
#F746FA (or 0xF746FA) is known color: Pink Flamingo. HEX triplet: F7, 46 and FA. RGB value is (247,70,250). Sum of RGB (Red+Green+Blue) = 247+70+250=567 (75% of max value = 765). Red value is 247 (96.88% from 255 or 43.56% from 567); Green value is 70 (27.73% from 255 or 12.35% from 567); Blue value is 250 (98.05% from 255 or 44.09% from 567); Max value from RGB is 250 - color contains mainly: blue. Hex color #F746FA is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #F746FA is #08B905. Grayscale: #8E8E8E. Windows color (decimal): -571654 or 16402167. OLE color: 16402167.
HSL color Cylindrical-coordinate representation of color #F746FA: hue angle of 299º degrees, saturation: 0.95, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #F746FA is Cyan = 0.01, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 247 | 70 | 250 | - |
| CMYK | 0.01 | 0.72 | 0 | 0.02 |
| HSL | 299º | 0.95% | 0.63% | - |
| HSV(B) | 299º | 0.72% | 0.98% | - |
| XYZ | 57.8 | 31.06 | 93.39 | - |
| YUV | 143.44 | 188.14 | 201.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 70 | 250 | 0.01 | 0.72 | 0 | 0.02 | 299 | 0.95 | 0.63 |
| Hex | F7 | 46 | FA | 1 | 48 | 0 | 2 | 12B | 5F | 3F |
| Octal | 367 | 106 | 372 | 1 | 110 | 0 | 2 | 453 | 137 | 77 |
| Binary | 11110111 | 1000110 | 11111010 | 1 | 1001000 | 0 | 10 | 100101011 | 1011111 | 111111 |
Color Harmonies of #F746FA
Complementary color
Monochromatic Colors of #F746FA
Black with #F746FA
Text Example
Text Example
White with #F746FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F746FA; }
p { color: rgb(247,70,250); }
H1.HeaderClassName
{
color: #F746FA;
}
.AnyTagClassName
{
color: #F746FA;
}
</style>
background-color css
<style>
a { background-color: #F746FA; }
a { background-color: rgb(247,70,250); }
div.DivClassName
{
background-color: #F746FA;
}
.BgClassName
{
background-color: #F746FA;
}
</style>
border-color css
<style>
span { border-color: #F746FA; }
span { border-color: rgb(247,70,250); }
td.TdClassName
{
border-color: #F746FA;
}
.TagClassName
{
border-color: #F746FA;
}
</style>