Shades of Pink Flamingo #F34EFE
Tints of Pink Flamingo #F34EFE
RGB
CMYK
RGB Variations
Color information
#F34EFE (or 0xF34EFE) is known color: Pink Flamingo. HEX triplet: F3, 4E and FE. RGB value is (243,78,254). Sum of RGB (Red+Green+Blue) = 243+78+254=575 (76% of max value = 765). Red value is 243 (95.31% from 255 or 42.26% from 575); Green value is 78 (30.86% from 255 or 13.57% from 575); Blue value is 254 (99.61% from 255 or 44.17% from 575); Max value from RGB is 254 - color contains mainly: blue. Hex color #F34EFE is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F34EFE is #0CB101. Grayscale: #929292. Windows color (decimal): -831746 or 16666355. OLE color: 16666355.
HSL color Cylindrical-coordinate representation of color #F34EFE: hue angle of 296.25º degrees, saturation: 0.99, lightness: 0.65%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #F34EFE is Cyan = 0.04, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 243 | 78 | 254 | - |
| CMYK | 0.04 | 0.69 | 0 | 0.00 |
| HSL | 296.25º | 0.99% | 0.65% | - |
| HSV(B) | 296.25º | 0.69% | 1% | - |
| XYZ | 57.58 | 31.66 | 96.84 | - |
| YUV | 147.4 | 188.16 | 196.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 78 | 254 | 0.04 | 0.69 | 0 | 0.00 | 296.25 | 0.99 | 0.65 |
| Hex | F3 | 4E | FE | 4 | 45 | 0 | 0 | 128 | 63 | 41 |
| Octal | 363 | 116 | 376 | 4 | 105 | 0 | 0 | 450 | 143 | 101 |
| Binary | 11110011 | 1001110 | 11111110 | 100 | 1000101 | 0 | 0 | 100101000 | 1100011 | 1000001 |
Color Harmonies of #F34EFE
Complementary color
Monochromatic Colors of #F34EFE
Black with #F34EFE
Text Example
Text Example
White with #F34EFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F34EFE; }
p { color: rgb(243,78,254); }
H1.HeaderClassName
{
color: #F34EFE;
}
.AnyTagClassName
{
color: #F34EFE;
}
</style>
background-color css
<style>
a { background-color: #F34EFE; }
a { background-color: rgb(243,78,254); }
div.DivClassName
{
background-color: #F34EFE;
}
.BgClassName
{
background-color: #F34EFE;
}
</style>
border-color css
<style>
span { border-color: #F34EFE; }
span { border-color: rgb(243,78,254); }
td.TdClassName
{
border-color: #F34EFE;
}
.TagClassName
{
border-color: #F34EFE;
}
</style>