Shades of Pink Flamingo #F74BF0
Tints of Pink Flamingo #F74BF0
RGB
CMYK
RGB Variations
Color information
#F74BF0 (or 0xF74BF0) is known color: Pink Flamingo. HEX triplet: F7, 4B and F0. RGB value is (247,75,240). Sum of RGB (Red+Green+Blue) = 247+75+240=562 (74% of max value = 765). Red value is 247 (96.88% from 255 or 43.95% from 562); Green value is 75 (29.69% from 255 or 13.35% from 562); Blue value is 240 (94.14% from 255 or 42.70% from 562); Max value from RGB is 247 - color contains mainly: red. Hex color #F74BF0 is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #F74BF0 is #08B40F. Grayscale: #909090. Windows color (decimal): -570384 or 15748087. OLE color: 15748087.
HSL color Cylindrical-coordinate representation of color #F74BF0: hue angle of 302.44º degrees, saturation: 0.91, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #F74BF0 is Cyan = 0, Magento = 0.70, Yellow = 0.03 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 75 | 240 | - |
| CMYK | 0 | 0.70 | 0.03 | 0.03 |
| HSL | 302.44º | 0.91% | 0.63% | - |
| HSV(B) | 302.44º | 0.7% | 0.97% | - |
| XYZ | 56.6 | 31.1 | 85.46 | - |
| YUV | 145.24 | 181.48 | 200.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 75 | 240 | 0 | 0.70 | 0.03 | 0.03 | 302.44 | 0.91 | 0.63 |
| Hex | F7 | 4B | F0 | 0 | 46 | 3 | 3 | 12E | 5B | 3F |
| Octal | 367 | 113 | 360 | 0 | 106 | 3 | 3 | 456 | 133 | 77 |
| Binary | 11110111 | 1001011 | 11110000 | 0 | 1000110 | 11 | 11 | 100101110 | 1011011 | 111111 |
Color Harmonies of #F74BF0
Complementary color
Monochromatic Colors of #F74BF0
Black with #F74BF0
Text Example
Text Example
White with #F74BF0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F74BF0; }
p { color: rgb(247,75,240); }
H1.HeaderClassName
{
color: #F74BF0;
}
.AnyTagClassName
{
color: #F74BF0;
}
</style>
background-color css
<style>
a { background-color: #F74BF0; }
a { background-color: rgb(247,75,240); }
div.DivClassName
{
background-color: #F74BF0;
}
.BgClassName
{
background-color: #F74BF0;
}
</style>
border-color css
<style>
span { border-color: #F74BF0; }
span { border-color: rgb(247,75,240); }
td.TdClassName
{
border-color: #F74BF0;
}
.TagClassName
{
border-color: #F74BF0;
}
</style>