Shades of Pink Flamingo #F34CF4
Tints of Pink Flamingo #F34CF4
RGB
CMYK
RGB Variations
Color information
#F34CF4 (or 0xF34CF4) is known color: Pink Flamingo. HEX triplet: F3, 4C and F4. RGB value is (243,76,244). Sum of RGB (Red+Green+Blue) = 243+76+244=563 (74% of max value = 765). Red value is 243 (95.31% from 255 or 43.16% from 563); Green value is 76 (30.08% from 255 or 13.50% from 563); Blue value is 244 (95.70% from 255 or 43.34% from 563); Max value from RGB is 244 - color contains mainly: blue. Hex color #F34CF4 is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #F34CF4 is #0CB30B. Grayscale: #909090. Windows color (decimal): -832268 or 16010483. OLE color: 16010483.
HSL color Cylindrical-coordinate representation of color #F34CF4: hue angle of 299.64º degrees, saturation: 0.88, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #F34CF4 is Cyan = 0.00, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 243 | 76 | 244 | - |
| CMYK | 0.00 | 0.69 | 0 | 0.04 |
| HSL | 299.64º | 0.88% | 0.63% | - |
| HSV(B) | 299.64º | 0.69% | 0.96% | - |
| XYZ | 55.88 | 30.76 | 88.58 | - |
| YUV | 145.09 | 183.83 | 197.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 76 | 244 | 0.00 | 0.69 | 0 | 0.04 | 299.64 | 0.88 | 0.63 |
| Hex | F3 | 4C | F4 | 0 | 45 | 0 | 4 | 12C | 58 | 3F |
| Octal | 363 | 114 | 364 | 0 | 105 | 0 | 4 | 454 | 130 | 77 |
| Binary | 11110011 | 1001100 | 11110100 | 0 | 1000101 | 0 | 100 | 100101100 | 1011000 | 111111 |
Color Harmonies of #F34CF4
Complementary color
Monochromatic Colors of #F34CF4
Black with #F34CF4
Text Example
Text Example
White with #F34CF4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F34CF4; }
p { color: rgb(243,76,244); }
H1.HeaderClassName
{
color: #F34CF4;
}
.AnyTagClassName
{
color: #F34CF4;
}
</style>
background-color css
<style>
a { background-color: #F34CF4; }
a { background-color: rgb(243,76,244); }
div.DivClassName
{
background-color: #F34CF4;
}
.BgClassName
{
background-color: #F34CF4;
}
</style>
border-color css
<style>
span { border-color: #F34CF4; }
span { border-color: rgb(243,76,244); }
td.TdClassName
{
border-color: #F34CF4;
}
.TagClassName
{
border-color: #F34CF4;
}
</style>