Shades of Pink Flamingo #F34EFB
Tints of Pink Flamingo #F34EFB
RGB
CMYK
RGB Variations
Color information
#F34EFB (or 0xF34EFB) is known color: Pink Flamingo. HEX triplet: F3, 4E and FB. RGB value is (243,78,251). Sum of RGB (Red+Green+Blue) = 243+78+251=572 (75% of max value = 765). Red value is 243 (95.31% from 255 or 42.48% from 572); Green value is 78 (30.86% from 255 or 13.64% from 572); Blue value is 251 (98.44% from 255 or 43.88% from 572); Max value from RGB is 251 - color contains mainly: blue. Hex color #F34EFB is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F34EFB is #0CB104. Grayscale: #929292. Windows color (decimal): -831749 or 16469747. OLE color: 16469747.
HSL color Cylindrical-coordinate representation of color #F34EFB: hue angle of 297.23º degrees, saturation: 0.96, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #F34EFB is Cyan = 0.03, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 243 | 78 | 251 | - |
| CMYK | 0.03 | 0.69 | 0 | 0.02 |
| HSL | 297.23º | 0.96% | 0.65% | - |
| HSV(B) | 297.23º | 0.69% | 0.98% | - |
| XYZ | 57.1 | 31.47 | 94.33 | - |
| YUV | 147.06 | 186.66 | 196.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 78 | 251 | 0.03 | 0.69 | 0 | 0.02 | 297.23 | 0.96 | 0.65 |
| Hex | F3 | 4E | FB | 3 | 45 | 0 | 2 | 129 | 60 | 41 |
| Octal | 363 | 116 | 373 | 3 | 105 | 0 | 2 | 451 | 140 | 101 |
| Binary | 11110011 | 1001110 | 11111011 | 11 | 1000101 | 0 | 10 | 100101001 | 1100000 | 1000001 |
Color Harmonies of #F34EFB
Complementary color
Monochromatic Colors of #F34EFB
Black with #F34EFB
Text Example
Text Example
White with #F34EFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F34EFB; }
p { color: rgb(243,78,251); }
H1.HeaderClassName
{
color: #F34EFB;
}
.AnyTagClassName
{
color: #F34EFB;
}
</style>
background-color css
<style>
a { background-color: #F34EFB; }
a { background-color: rgb(243,78,251); }
div.DivClassName
{
background-color: #F34EFB;
}
.BgClassName
{
background-color: #F34EFB;
}
</style>
border-color css
<style>
span { border-color: #F34EFB; }
span { border-color: rgb(243,78,251); }
td.TdClassName
{
border-color: #F34EFB;
}
.TagClassName
{
border-color: #F34EFB;
}
</style>