Shades of Pink Flamingo #F345F6
Tints of Pink Flamingo #F345F6
RGB
CMYK
RGB Variations
Color information
#F345F6 (or 0xF345F6) is known color: Pink Flamingo. HEX triplet: F3, 45 and F6. RGB value is (243,69,246). Sum of RGB (Red+Green+Blue) = 243+69+246=558 (73% of max value = 765). Red value is 243 (95.31% from 255 or 43.55% from 558); Green value is 69 (27.34% from 255 or 12.37% from 558); Blue value is 246 (96.48% from 255 or 44.09% from 558); Max value from RGB is 246 - color contains mainly: blue. Hex color #F345F6 is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #F345F6 is #0CBA09. Grayscale: #8C8C8C. Windows color (decimal): -834058 or 16139763. OLE color: 16139763.
HSL color Cylindrical-coordinate representation of color #F345F6: hue angle of 298.98º degrees, saturation: 0.91, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #F345F6 is Cyan = 0.01, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 243 | 69 | 246 | - |
| CMYK | 0.01 | 0.72 | 0 | 0.04 |
| HSL | 298.98º | 0.91% | 0.62% | - |
| HSV(B) | 298.98º | 0.72% | 0.96% | - |
| XYZ | 55.72 | 29.96 | 90.04 | - |
| YUV | 141.2 | 187.15 | 200.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 69 | 246 | 0.01 | 0.72 | 0 | 0.04 | 298.98 | 0.91 | 0.62 |
| Hex | F3 | 45 | F6 | 1 | 48 | 0 | 4 | 12B | 5B | 3E |
| Octal | 363 | 105 | 366 | 1 | 110 | 0 | 4 | 453 | 133 | 76 |
| Binary | 11110011 | 1000101 | 11110110 | 1 | 1001000 | 0 | 100 | 100101011 | 1011011 | 111110 |
Color Harmonies of #F345F6
Complementary color
Monochromatic Colors of #F345F6
Black with #F345F6
Text Example
Text Example
White with #F345F6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F345F6; }
p { color: rgb(243,69,246); }
H1.HeaderClassName
{
color: #F345F6;
}
.AnyTagClassName
{
color: #F345F6;
}
</style>
background-color css
<style>
a { background-color: #F345F6; }
a { background-color: rgb(243,69,246); }
div.DivClassName
{
background-color: #F345F6;
}
.BgClassName
{
background-color: #F345F6;
}
</style>
border-color css
<style>
span { border-color: #F345F6; }
span { border-color: rgb(243,69,246); }
td.TdClassName
{
border-color: #F345F6;
}
.TagClassName
{
border-color: #F345F6;
}
</style>