Shades of Pink Flamingo #F746FF
Tints of Pink Flamingo #F746FF
RGB
CMYK
RGB Variations
Color information
#F746FF (or 0xF746FF) is known color: Pink Flamingo. HEX triplet: F7, 46 and FF. RGB value is (247,70,255). Sum of RGB (Red+Green+Blue) = 247+70+255=572 (75% of max value = 765). Red value is 247 (96.88% from 255 or 43.18% from 572); Green value is 70 (27.73% from 255 or 12.24% from 572); Blue value is 255 (100% from 255 or 44.58% from 572); Max value from RGB is 255 - color contains mainly: blue. Hex color #F746FF is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #F746FF is #08B900. Grayscale: #8F8F8F. Windows color (decimal): -571649 or 16729847. OLE color: 16729847.
HSL color Cylindrical-coordinate representation of color #F746FF: hue angle of 297.41º degrees, saturation: 1, lightness: 0.64%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #F746FF is Cyan = 0.03, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 247 | 70 | 255 | - |
| CMYK | 0.03 | 0.73 | 0 | 0 |
| HSL | 297.41º | 1% | 0.64% | - |
| HSV(B) | 297.41º | 0.73% | 1% | - |
| XYZ | 58.6 | 31.37 | 97.58 | - |
| YUV | 144.01 | 190.64 | 201.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 70 | 255 | 0.03 | 0.73 | 0 | 0 | 297.41 | 1 | 0.64 |
| Hex | F7 | 46 | FF | 3 | 49 | 0 | 0 | 129 | 64 | 40 |
| Octal | 367 | 106 | 377 | 3 | 111 | 0 | 0 | 451 | 144 | 100 |
| Binary | 11110111 | 1000110 | 11111111 | 11 | 1001001 | 0 | 0 | 100101001 | 1100100 | 1000000 |
Color Harmonies of #F746FF
Complementary color
Monochromatic Colors of #F746FF
Black with #F746FF
Text Example
Text Example
White with #F746FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F746FF; }
p { color: rgb(247,70,255); }
H1.HeaderClassName
{
color: #F746FF;
}
.AnyTagClassName
{
color: #F746FF;
}
</style>
background-color css
<style>
a { background-color: #F746FF; }
a { background-color: rgb(247,70,255); }
div.DivClassName
{
background-color: #F746FF;
}
.BgClassName
{
background-color: #F746FF;
}
</style>
border-color css
<style>
span { border-color: #F746FF; }
span { border-color: rgb(247,70,255); }
td.TdClassName
{
border-color: #F746FF;
}
.TagClassName
{
border-color: #F746FF;
}
</style>