Shades of Pink Flamingo #F74AFC
Tints of Pink Flamingo #F74AFC
RGB
CMYK
RGB Variations
Color information
#F74AFC (or 0xF74AFC) is known color: Pink Flamingo. HEX triplet: F7, 4A and FC. RGB value is (247,74,252). Sum of RGB (Red+Green+Blue) = 247+74+252=573 (75% of max value = 765). Red value is 247 (96.88% from 255 or 43.11% from 573); Green value is 74 (29.30% from 255 or 12.91% from 573); Blue value is 252 (98.83% from 255 or 43.98% from 573); Max value from RGB is 252 - color contains mainly: blue. Hex color #F74AFC is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #F74AFC is #08B503. Grayscale: #919191. Windows color (decimal): -570628 or 16534263. OLE color: 16534263.
HSL color Cylindrical-coordinate representation of color #F74AFC: hue angle of 298.31º degrees, saturation: 0.97, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #F74AFC is Cyan = 0.02, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 247 | 74 | 252 | - |
| CMYK | 0.02 | 0.71 | 0 | 0.01 |
| HSL | 298.31º | 0.97% | 0.64% | - |
| HSV(B) | 298.31º | 0.71% | 0.99% | - |
| XYZ | 58.38 | 31.7 | 95.14 | - |
| YUV | 146.02 | 187.81 | 200.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 74 | 252 | 0.02 | 0.71 | 0 | 0.01 | 298.31 | 0.97 | 0.64 |
| Hex | F7 | 4A | FC | 2 | 47 | 0 | 1 | 12A | 61 | 40 |
| Octal | 367 | 112 | 374 | 2 | 107 | 0 | 1 | 452 | 141 | 100 |
| Binary | 11110111 | 1001010 | 11111100 | 10 | 1000111 | 0 | 1 | 100101010 | 1100001 | 1000000 |
Color Harmonies of #F74AFC
Complementary color
Monochromatic Colors of #F74AFC
Black with #F74AFC
Text Example
Text Example
White with #F74AFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F74AFC; }
p { color: rgb(247,74,252); }
H1.HeaderClassName
{
color: #F74AFC;
}
.AnyTagClassName
{
color: #F74AFC;
}
</style>
background-color css
<style>
a { background-color: #F74AFC; }
a { background-color: rgb(247,74,252); }
div.DivClassName
{
background-color: #F74AFC;
}
.BgClassName
{
background-color: #F74AFC;
}
</style>
border-color css
<style>
span { border-color: #F74AFC; }
span { border-color: rgb(247,74,252); }
td.TdClassName
{
border-color: #F74AFC;
}
.TagClassName
{
border-color: #F74AFC;
}
</style>