Shades of Pink Flamingo #F346F2
Tints of Pink Flamingo #F346F2
RGB
CMYK
RGB Variations
Color information
#F346F2 (or 0xF346F2) is known color: Pink Flamingo. HEX triplet: F3, 46 and F2. RGB value is (243,70,242). Sum of RGB (Red+Green+Blue) = 243+70+242=555 (73% of max value = 765). Red value is 243 (95.31% from 255 or 43.78% from 555); Green value is 70 (27.73% from 255 or 12.61% from 555); Blue value is 242 (94.92% from 255 or 43.60% from 555); Max value from RGB is 243 - color contains mainly: red. Hex color #F346F2 is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #F346F2 is #0CB90D. Grayscale: #8C8C8C. Windows color (decimal): -833806 or 15877875. OLE color: 15877875.
HSL color Cylindrical-coordinate representation of color #F346F2: hue angle of 300.35º degrees, saturation: 0.88, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #F346F2 is Cyan = 0, Magento = 0.71, Yellow = 0.00 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 70 | 242 | - |
| CMYK | 0 | 0.71 | 0.00 | 0.05 |
| HSL | 300.35º | 0.88% | 0.61% | - |
| HSV(B) | 300.35º | 0.71% | 0.95% | - |
| XYZ | 55.18 | 29.85 | 86.86 | - |
| YUV | 141.34 | 184.81 | 200.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 70 | 242 | 0 | 0.71 | 0.00 | 0.05 | 300.35 | 0.88 | 0.61 |
| Hex | F3 | 46 | F2 | 0 | 47 | 0 | 5 | 12C | 58 | 3D |
| Octal | 363 | 106 | 362 | 0 | 107 | 0 | 5 | 454 | 130 | 75 |
| Binary | 11110011 | 1000110 | 11110010 | 0 | 1000111 | 0 | 101 | 100101100 | 1011000 | 111101 |
Color Harmonies of #F346F2
Complementary color
Monochromatic Colors of #F346F2
Black with #F346F2
Text Example
Text Example
White with #F346F2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F346F2; }
p { color: rgb(243,70,242); }
H1.HeaderClassName
{
color: #F346F2;
}
.AnyTagClassName
{
color: #F346F2;
}
</style>
background-color css
<style>
a { background-color: #F346F2; }
a { background-color: rgb(243,70,242); }
div.DivClassName
{
background-color: #F346F2;
}
.BgClassName
{
background-color: #F346F2;
}
</style>
border-color css
<style>
span { border-color: #F346F2; }
span { border-color: rgb(243,70,242); }
td.TdClassName
{
border-color: #F346F2;
}
.TagClassName
{
border-color: #F346F2;
}
</style>