Shades of Pink Flamingo #ED42F9
Tints of Pink Flamingo #ED42F9
RGB
CMYK
RGB Variations
Color information
#ED42F9 (or 0xED42F9) is known color: Pink Flamingo. HEX triplet: ED, 42 and F9. RGB value is (237,66,249). Sum of RGB (Red+Green+Blue) = 237+66+249=552 (73% of max value = 765). Red value is 237 (92.97% from 255 or 42.93% from 552); Green value is 66 (26.17% from 255 or 11.96% from 552); Blue value is 249 (97.66% from 255 or 45.11% from 552); Max value from RGB is 249 - color contains mainly: blue. Hex color #ED42F9 is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #ED42F9 is #12BD06. Grayscale: #898989. Windows color (decimal): -1228039 or 16335597. OLE color: 16335597.
HSL color Cylindrical-coordinate representation of color #ED42F9: hue angle of 296.07º degrees, saturation: 0.94, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #ED42F9 is Cyan = 0.05, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 237 | 66 | 249 | - |
| CMYK | 0.05 | 0.73 | 0 | 0.02 |
| HSL | 296.07º | 0.94% | 0.62% | - |
| HSV(B) | 296.07º | 0.73% | 0.98% | - |
| XYZ | 53.97 | 28.74 | 92.33 | - |
| YUV | 137.99 | 190.65 | 198.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 66 | 249 | 0.05 | 0.73 | 0 | 0.02 | 296.07 | 0.94 | 0.62 |
| Hex | ED | 42 | F9 | 5 | 49 | 0 | 2 | 128 | 5E | 3E |
| Octal | 355 | 102 | 371 | 5 | 111 | 0 | 2 | 450 | 136 | 76 |
| Binary | 11101101 | 1000010 | 11111001 | 101 | 1001001 | 0 | 10 | 100101000 | 1011110 | 111110 |
Color Harmonies of #ED42F9
Complementary color
Monochromatic Colors of #ED42F9
Black with #ED42F9
Text Example
Text Example
White with #ED42F9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED42F9; }
p { color: rgb(237,66,249); }
H1.HeaderClassName
{
color: #ED42F9;
}
.AnyTagClassName
{
color: #ED42F9;
}
</style>
background-color css
<style>
a { background-color: #ED42F9; }
a { background-color: rgb(237,66,249); }
div.DivClassName
{
background-color: #ED42F9;
}
.BgClassName
{
background-color: #ED42F9;
}
</style>
border-color css
<style>
span { border-color: #ED42F9; }
span { border-color: rgb(237,66,249); }
td.TdClassName
{
border-color: #ED42F9;
}
.TagClassName
{
border-color: #ED42F9;
}
</style>