Shades of Pink Flamingo #FF42EF
Tints of Pink Flamingo #FF42EF
RGB
CMYK
RGB Variations
Color information
#FF42EF (or 0xFF42EF) is known color: Pink Flamingo. HEX triplet: FF, 42 and EF. RGB value is (255,66,239). Sum of RGB (Red+Green+Blue) = 255+66+239=560 (74% of max value = 765). Red value is 255 (100% from 255 or 45.54% from 560); Green value is 66 (26.17% from 255 or 11.79% from 560); Blue value is 239 (93.75% from 255 or 42.68% from 560); Max value from RGB is 255 - color contains mainly: red. Hex color #FF42EF is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #FF42EF is #00BD10. Grayscale: #8D8D8D. Windows color (decimal): -48401 or 15680255. OLE color: 15680255.
HSL color Cylindrical-coordinate representation of color #FF42EF: hue angle of 305.08º 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 #FF42EF is Cyan = 0, Magento = 0.74, Yellow = 0.06 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 66 | 239 | - |
| CMYK | 0 | 0.74 | 0.06 | 0 |
| HSL | 305.08º | 1% | 0.63% | - |
| HSV(B) | 305.08º | 0.74% | 1% | - |
| XYZ | 58.77 | 31.39 | 84.62 | - |
| YUV | 142.23 | 182.62 | 208.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 66 | 239 | 0 | 0.74 | 0.06 | 0 | 305.08 | 1 | 0.63 |
| Hex | FF | 42 | EF | 0 | 4A | 6 | 0 | 131 | 64 | 3F |
| Octal | 377 | 102 | 357 | 0 | 112 | 6 | 0 | 461 | 144 | 77 |
| Binary | 11111111 | 1000010 | 11101111 | 0 | 1001010 | 110 | 0 | 100110001 | 1100100 | 111111 |
Color Harmonies of #FF42EF
Complementary color
Monochromatic Colors of #FF42EF
Black with #FF42EF
Text Example
Text Example
White with #FF42EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF42EF; }
p { color: rgb(255,66,239); }
H1.HeaderClassName
{
color: #FF42EF;
}
.AnyTagClassName
{
color: #FF42EF;
}
</style>
background-color css
<style>
a { background-color: #FF42EF; }
a { background-color: rgb(255,66,239); }
div.DivClassName
{
background-color: #FF42EF;
}
.BgClassName
{
background-color: #FF42EF;
}
</style>
border-color css
<style>
span { border-color: #FF42EF; }
span { border-color: rgb(255,66,239); }
td.TdClassName
{
border-color: #FF42EF;
}
.TagClassName
{
border-color: #FF42EF;
}
</style>