Shades of Pink Flamingo #F342F3
Tints of Pink Flamingo #F342F3
RGB
CMYK
RGB Variations
Color information
#F342F3 (or 0xF342F3) is known color: Pink Flamingo. HEX triplet: F3, 42 and F3. RGB value is (243,66,243). Sum of RGB (Red+Green+Blue) = 243+66+243=552 (73% of max value = 765). Red value is 243 (95.31% from 255 or 44.02% from 552); Green value is 66 (26.17% from 255 or 11.96% from 552); Blue value is 243 (95.31% from 255 or 44.02% from 552); Max value from RGB is 243 - color contains mainly: red, blue. Hex color #F342F3 is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #F342F3 is #0CBD0C. Grayscale: #8A8A8A. Windows color (decimal): -834829 or 15942387. OLE color: 15942387.
HSL color Cylindrical-coordinate representation of color #F342F3: hue angle of 300º degrees, saturation: 0.88, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #F342F3 is Cyan = 0, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 66 | 243 | - |
| CMYK | 0 | 0.73 | 0 | 0.05 |
| HSL | 300º | 0.88% | 0.61% | - |
| HSV(B) | 300º | 0.73% | 0.95% | - |
| XYZ | 55.09 | 29.42 | 87.57 | - |
| YUV | 139.1 | 186.64 | 202.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 66 | 243 | 0 | 0.73 | 0 | 0.05 | 300 | 0.88 | 0.61 |
| Hex | F3 | 42 | F3 | 0 | 49 | 0 | 5 | 12C | 58 | 3D |
| Octal | 363 | 102 | 363 | 0 | 111 | 0 | 5 | 454 | 130 | 75 |
| Binary | 11110011 | 1000010 | 11110011 | 0 | 1001001 | 0 | 101 | 100101100 | 1011000 | 111101 |
Color Harmonies of #F342F3
Complementary color
Monochromatic Colors of #F342F3
Black with #F342F3
Text Example
Text Example
White with #F342F3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F342F3; }
p { color: rgb(243,66,243); }
H1.HeaderClassName
{
color: #F342F3;
}
.AnyTagClassName
{
color: #F342F3;
}
</style>
background-color css
<style>
a { background-color: #F342F3; }
a { background-color: rgb(243,66,243); }
div.DivClassName
{
background-color: #F342F3;
}
.BgClassName
{
background-color: #F342F3;
}
</style>
border-color css
<style>
span { border-color: #F342F3; }
span { border-color: rgb(243,66,243); }
td.TdClassName
{
border-color: #F342F3;
}
.TagClassName
{
border-color: #F342F3;
}
</style>