Shades of Pink Flamingo #F742F2
Tints of Pink Flamingo #F742F2
RGB
CMYK
RGB Variations
Color information
#F742F2 (or 0xF742F2) is known color: Pink Flamingo. HEX triplet: F7, 42 and F2. RGB value is (247,66,242). Sum of RGB (Red+Green+Blue) = 247+66+242=555 (73% of max value = 765). Red value is 247 (96.88% from 255 or 44.50% from 555); Green value is 66 (26.17% from 255 or 11.89% from 555); Blue value is 242 (94.92% from 255 or 43.60% from 555); Max value from RGB is 247 - color contains mainly: red. Hex color #F742F2 is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #F742F2 is #08BD0D. Grayscale: #8B8B8B. Windows color (decimal): -572686 or 15876855. OLE color: 15876855.
HSL color Cylindrical-coordinate representation of color #F742F2: hue angle of 301.66º degrees, saturation: 0.92, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #F742F2 is Cyan = 0, Magento = 0.73, Yellow = 0.02 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 66 | 242 | - |
| CMYK | 0 | 0.73 | 0.02 | 0.03 |
| HSL | 301.66º | 0.92% | 0.61% | - |
| HSV(B) | 301.66º | 0.73% | 0.97% | - |
| XYZ | 56.33 | 30.08 | 86.84 | - |
| YUV | 140.18 | 185.47 | 204.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 66 | 242 | 0 | 0.73 | 0.02 | 0.03 | 301.66 | 0.92 | 0.61 |
| Hex | F7 | 42 | F2 | 0 | 49 | 2 | 3 | 12E | 5C | 3D |
| Octal | 367 | 102 | 362 | 0 | 111 | 2 | 3 | 456 | 134 | 75 |
| Binary | 11110111 | 1000010 | 11110010 | 0 | 1001001 | 10 | 11 | 100101110 | 1011100 | 111101 |
Color Harmonies of #F742F2
Complementary color
Monochromatic Colors of #F742F2
Black with #F742F2
Text Example
Text Example
White with #F742F2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F742F2; }
p { color: rgb(247,66,242); }
H1.HeaderClassName
{
color: #F742F2;
}
.AnyTagClassName
{
color: #F742F2;
}
</style>
background-color css
<style>
a { background-color: #F742F2; }
a { background-color: rgb(247,66,242); }
div.DivClassName
{
background-color: #F742F2;
}
.BgClassName
{
background-color: #F742F2;
}
</style>
border-color css
<style>
span { border-color: #F742F2; }
span { border-color: rgb(247,66,242); }
td.TdClassName
{
border-color: #F742F2;
}
.TagClassName
{
border-color: #F742F2;
}
</style>