Shades of Pink Flamingo #EF43F8
Tints of Pink Flamingo #EF43F8
RGB
CMYK
RGB Variations
Color information
#EF43F8 (or 0xEF43F8) is known color: Pink Flamingo. HEX triplet: EF, 43 and F8. RGB value is (239,67,248). Sum of RGB (Red+Green+Blue) = 239+67+248=554 (73% of max value = 765). Red value is 239 (93.75% from 255 or 43.14% from 554); Green value is 67 (26.56% from 255 or 12.09% from 554); Blue value is 248 (97.27% from 255 or 44.77% from 554); Max value from RGB is 248 - color contains mainly: blue. Hex color #EF43F8 is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #EF43F8 is #10BC07. Grayscale: #8A8A8A. Windows color (decimal): -1096712 or 16270319. OLE color: 16270319.
HSL color Cylindrical-coordinate representation of color #EF43F8: hue angle of 297.02º degrees, saturation: 0.93, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #EF43F8 is Cyan = 0.04, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 239 | 67 | 248 | - |
| CMYK | 0.04 | 0.73 | 0 | 0.03 |
| HSL | 297.02º | 0.93% | 0.62% | - |
| HSV(B) | 297.02º | 0.73% | 0.97% | - |
| XYZ | 54.55 | 29.14 | 91.56 | - |
| YUV | 139.06 | 189.48 | 199.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 67 | 248 | 0.04 | 0.73 | 0 | 0.03 | 297.02 | 0.93 | 0.62 |
| Hex | EF | 43 | F8 | 4 | 49 | 0 | 3 | 129 | 5D | 3E |
| Octal | 357 | 103 | 370 | 4 | 111 | 0 | 3 | 451 | 135 | 76 |
| Binary | 11101111 | 1000011 | 11111000 | 100 | 1001001 | 0 | 11 | 100101001 | 1011101 | 111110 |
Color Harmonies of #EF43F8
Complementary color
Monochromatic Colors of #EF43F8
Black with #EF43F8
Text Example
Text Example
White with #EF43F8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF43F8; }
p { color: rgb(239,67,248); }
H1.HeaderClassName
{
color: #EF43F8;
}
.AnyTagClassName
{
color: #EF43F8;
}
</style>
background-color css
<style>
a { background-color: #EF43F8; }
a { background-color: rgb(239,67,248); }
div.DivClassName
{
background-color: #EF43F8;
}
.BgClassName
{
background-color: #EF43F8;
}
</style>
border-color css
<style>
span { border-color: #EF43F8; }
span { border-color: rgb(239,67,248); }
td.TdClassName
{
border-color: #EF43F8;
}
.TagClassName
{
border-color: #EF43F8;
}
</style>