Shades of Pink Flamingo #F348F2
Tints of Pink Flamingo #F348F2
RGB
CMYK
RGB Variations
Color information
#F348F2 (or 0xF348F2) is known color: Pink Flamingo. HEX triplet: F3, 48 and F2. RGB value is (243,72,242). Sum of RGB (Red+Green+Blue) = 243+72+242=557 (73% of max value = 765). Red value is 243 (95.31% from 255 or 43.63% from 557); Green value is 72 (28.52% from 255 or 12.93% from 557); Blue value is 242 (94.92% from 255 or 43.45% from 557); Max value from RGB is 243 - color contains mainly: red. Hex color #F348F2 is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #F348F2 is #0CB70D. Grayscale: #8E8E8E. Windows color (decimal): -833294 or 15878387. OLE color: 15878387.
HSL color Cylindrical-coordinate representation of color #F348F2: 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 #F348F2 is Cyan = 0, Magento = 0.70, Yellow = 0.00 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 72 | 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.31 | 30.1 | 86.9 | - |
| YUV | 142.51 | 184.15 | 199.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 72 | 242 | 0 | 0.70 | 0.00 | 0.05 | 300.35 | 0.88 | 0.62 |
| Hex | F3 | 48 | F2 | 0 | 46 | 0 | 5 | 12C | 58 | 3E |
| Octal | 363 | 110 | 362 | 0 | 106 | 0 | 5 | 454 | 130 | 76 |
| Binary | 11110011 | 1001000 | 11110010 | 0 | 1000110 | 0 | 101 | 100101100 | 1011000 | 111110 |
Color Harmonies of #F348F2
Complementary color
Monochromatic Colors of #F348F2
Black with #F348F2
Text Example
Text Example
White with #F348F2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F348F2; }
p { color: rgb(243,72,242); }
H1.HeaderClassName
{
color: #F348F2;
}
.AnyTagClassName
{
color: #F348F2;
}
</style>
background-color css
<style>
a { background-color: #F348F2; }
a { background-color: rgb(243,72,242); }
div.DivClassName
{
background-color: #F348F2;
}
.BgClassName
{
background-color: #F348F2;
}
</style>
border-color css
<style>
span { border-color: #F348F2; }
span { border-color: rgb(243,72,242); }
td.TdClassName
{
border-color: #F348F2;
}
.TagClassName
{
border-color: #F348F2;
}
</style>