Shades of Pink Flamingo #F351F6
Tints of Pink Flamingo #F351F6
RGB
CMYK
RGB Variations
Color information
#F351F6 (or 0xF351F6) is known color: Pink Flamingo. HEX triplet: F3, 51 and F6. RGB value is (243,81,246). Sum of RGB (Red+Green+Blue) = 243+81+246=570 (75% of max value = 765). Red value is 243 (95.31% from 255 or 42.63% from 570); Green value is 81 (32.03% from 255 or 14.21% from 570); Blue value is 246 (96.48% from 255 or 43.16% from 570); Max value from RGB is 246 - color contains mainly: blue. Hex color #F351F6 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F351F6 is #0CAE09. Grayscale: #939393. Windows color (decimal): -830986 or 16142835. OLE color: 16142835.
HSL color Cylindrical-coordinate representation of color #F351F6: hue angle of 298.91º degrees, saturation: 0.9, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #F351F6 is Cyan = 0.01, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 243 | 81 | 246 | - |
| CMYK | 0.01 | 0.67 | 0 | 0.04 |
| HSL | 298.91º | 0.9% | 0.64% | - |
| HSV(B) | 298.91º | 0.67% | 0.96% | - |
| XYZ | 56.54 | 31.59 | 90.31 | - |
| YUV | 148.25 | 183.17 | 195.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 81 | 246 | 0.01 | 0.67 | 0 | 0.04 | 298.91 | 0.9 | 0.64 |
| Hex | F3 | 51 | F6 | 1 | 43 | 0 | 4 | 12B | 5A | 40 |
| Octal | 363 | 121 | 366 | 1 | 103 | 0 | 4 | 453 | 132 | 100 |
| Binary | 11110011 | 1010001 | 11110110 | 1 | 1000011 | 0 | 100 | 100101011 | 1011010 | 1000000 |
Color Harmonies of #F351F6
Complementary color
Monochromatic Colors of #F351F6
Black with #F351F6
Text Example
Text Example
White with #F351F6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F351F6; }
p { color: rgb(243,81,246); }
H1.HeaderClassName
{
color: #F351F6;
}
.AnyTagClassName
{
color: #F351F6;
}
</style>
background-color css
<style>
a { background-color: #F351F6; }
a { background-color: rgb(243,81,246); }
div.DivClassName
{
background-color: #F351F6;
}
.BgClassName
{
background-color: #F351F6;
}
</style>
border-color css
<style>
span { border-color: #F351F6; }
span { border-color: rgb(243,81,246); }
td.TdClassName
{
border-color: #F351F6;
}
.TagClassName
{
border-color: #F351F6;
}
</style>