Shades of Pink Flamingo #F34DFE
Tints of Pink Flamingo #F34DFE
RGB
CMYK
RGB Variations
Color information
#F34DFE (or 0xF34DFE) is known color: Pink Flamingo. HEX triplet: F3, 4D and FE. RGB value is (243,77,254). Sum of RGB (Red+Green+Blue) = 243+77+254=574 (76% of max value = 765). Red value is 243 (95.31% from 255 or 42.33% from 574); Green value is 77 (30.47% from 255 or 13.41% from 574); Blue value is 254 (99.61% from 255 or 44.25% from 574); Max value from RGB is 254 - color contains mainly: blue. Hex color #F34DFE is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F34DFE is #0CB201. Grayscale: #929292. Windows color (decimal): -832002 or 16666099. OLE color: 16666099.
HSL color Cylindrical-coordinate representation of color #F34DFE: hue angle of 296.27º degrees, saturation: 0.99, lightness: 0.65%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #F34DFE is Cyan = 0.04, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 243 | 77 | 254 | - |
| CMYK | 0.04 | 0.70 | 0 | 0.00 |
| HSL | 296.27º | 0.99% | 0.65% | - |
| HSV(B) | 296.27º | 0.7% | 1% | - |
| XYZ | 57.51 | 31.52 | 96.82 | - |
| YUV | 146.81 | 188.5 | 196.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 77 | 254 | 0.04 | 0.70 | 0 | 0.00 | 296.27 | 0.99 | 0.65 |
| Hex | F3 | 4D | FE | 4 | 46 | 0 | 0 | 128 | 63 | 41 |
| Octal | 363 | 115 | 376 | 4 | 106 | 0 | 0 | 450 | 143 | 101 |
| Binary | 11110011 | 1001101 | 11111110 | 100 | 1000110 | 0 | 0 | 100101000 | 1100011 | 1000001 |
Color Harmonies of #F34DFE
Complementary color
Monochromatic Colors of #F34DFE
Black with #F34DFE
Text Example
Text Example
White with #F34DFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F34DFE; }
p { color: rgb(243,77,254); }
H1.HeaderClassName
{
color: #F34DFE;
}
.AnyTagClassName
{
color: #F34DFE;
}
</style>
background-color css
<style>
a { background-color: #F34DFE; }
a { background-color: rgb(243,77,254); }
div.DivClassName
{
background-color: #F34DFE;
}
.BgClassName
{
background-color: #F34DFE;
}
</style>
border-color css
<style>
span { border-color: #F34DFE; }
span { border-color: rgb(243,77,254); }
td.TdClassName
{
border-color: #F34DFE;
}
.TagClassName
{
border-color: #F34DFE;
}
</style>