Shades of Pink Flamingo #FF43EE
Tints of Pink Flamingo #FF43EE
RGB
CMYK
RGB Variations
Color information
#FF43EE (or 0xFF43EE) is known color: Pink Flamingo. HEX triplet: FF, 43 and EE. RGB value is (255,67,238). Sum of RGB (Red+Green+Blue) = 255+67+238=560 (74% of max value = 765). Red value is 255 (100% from 255 or 45.54% from 560); Green value is 67 (26.56% from 255 or 11.96% from 560); Blue value is 238 (93.36% from 255 or 42.5% from 560); Max value from RGB is 255 - color contains mainly: red. Hex color #FF43EE is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #FF43EE is #00BC11. Grayscale: #8E8E8E. Windows color (decimal): -48146 or 15614975. OLE color: 15614975.
HSL color Cylindrical-coordinate representation of color #FF43EE: hue angle of 305.43º degrees, saturation: 1, lightness: 0.63%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #FF43EE is Cyan = 0, Magento = 0.74, Yellow = 0.07 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 67 | 238 | - |
| CMYK | 0 | 0.74 | 0.07 | 0 |
| HSL | 305.43º | 1% | 0.63% | - |
| HSV(B) | 305.43º | 0.74% | 1% | - |
| XYZ | 58.68 | 31.45 | 83.87 | - |
| YUV | 142.71 | 181.78 | 208.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 67 | 238 | 0 | 0.74 | 0.07 | 0 | 305.43 | 1 | 0.63 |
| Hex | FF | 43 | EE | 0 | 4A | 7 | 0 | 131 | 64 | 3F |
| Octal | 377 | 103 | 356 | 0 | 112 | 7 | 0 | 461 | 144 | 77 |
| Binary | 11111111 | 1000011 | 11101110 | 0 | 1001010 | 111 | 0 | 100110001 | 1100100 | 111111 |
Color Harmonies of #FF43EE
Complementary color
Monochromatic Colors of #FF43EE
Black with #FF43EE
Text Example
Text Example
White with #FF43EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF43EE; }
p { color: rgb(255,67,238); }
H1.HeaderClassName
{
color: #FF43EE;
}
.AnyTagClassName
{
color: #FF43EE;
}
</style>
background-color css
<style>
a { background-color: #FF43EE; }
a { background-color: rgb(255,67,238); }
div.DivClassName
{
background-color: #FF43EE;
}
.BgClassName
{
background-color: #FF43EE;
}
</style>
border-color css
<style>
span { border-color: #FF43EE; }
span { border-color: rgb(255,67,238); }
td.TdClassName
{
border-color: #FF43EE;
}
.TagClassName
{
border-color: #FF43EE;
}
</style>