Shades of Pink Flamingo #F349F2
Tints of Pink Flamingo #F349F2
RGB
CMYK
RGB Variations
Color information
#F349F2 (or 0xF349F2) is known color: Pink Flamingo. HEX triplet: F3, 49 and F2. RGB value is (243,73,242). Sum of RGB (Red+Green+Blue) = 243+73+242=558 (73% of max value = 765). Red value is 243 (95.31% from 255 or 43.55% from 558); Green value is 73 (28.91% from 255 or 13.08% from 558); Blue value is 242 (94.92% from 255 or 43.37% from 558); Max value from RGB is 243 - color contains mainly: red. Hex color #F349F2 is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #F349F2 is #0CB60D. Grayscale: #8E8E8E. Windows color (decimal): -833038 or 15878643. OLE color: 15878643.
HSL color Cylindrical-coordinate representation of color #F349F2: hue angle of 300.35º degrees, saturation: 0.88, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #F349F2 is Cyan = 0, Magento = 0.70, Yellow = 0.00 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 73 | 242 | - |
| CMYK | 0 | 0.70 | 0.00 | 0.05 |
| HSL | 300.35º | 0.88% | 0.62% | - |
| HSV(B) | 300.35º | 0.7% | 0.95% | - |
| XYZ | 55.37 | 30.23 | 86.92 | - |
| YUV | 143.1 | 183.82 | 199.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 73 | 242 | 0 | 0.70 | 0.00 | 0.05 | 300.35 | 0.88 | 0.62 |
| Hex | F3 | 49 | F2 | 0 | 46 | 0 | 5 | 12C | 58 | 3E |
| Octal | 363 | 111 | 362 | 0 | 106 | 0 | 5 | 454 | 130 | 76 |
| Binary | 11110011 | 1001001 | 11110010 | 0 | 1000110 | 0 | 101 | 100101100 | 1011000 | 111110 |
Color Harmonies of #F349F2
Complementary color
Monochromatic Colors of #F349F2
Black with #F349F2
Text Example
Text Example
White with #F349F2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F349F2; }
p { color: rgb(243,73,242); }
H1.HeaderClassName
{
color: #F349F2;
}
.AnyTagClassName
{
color: #F349F2;
}
</style>
background-color css
<style>
a { background-color: #F349F2; }
a { background-color: rgb(243,73,242); }
div.DivClassName
{
background-color: #F349F2;
}
.BgClassName
{
background-color: #F349F2;
}
</style>
border-color css
<style>
span { border-color: #F349F2; }
span { border-color: rgb(243,73,242); }
td.TdClassName
{
border-color: #F349F2;
}
.TagClassName
{
border-color: #F349F2;
}
</style>