Shades of Pink Flamingo #FF46EF
Tints of Pink Flamingo #FF46EF
RGB
CMYK
RGB Variations
Color information
#FF46EF (or 0xFF46EF) is known color: Pink Flamingo. HEX triplet: FF, 46 and EF. RGB value is (255,70,239). Sum of RGB (Red+Green+Blue) = 255+70+239=564 (74% of max value = 765). Red value is 255 (100% from 255 or 45.21% from 564); Green value is 70 (27.73% from 255 or 12.41% from 564); Blue value is 239 (93.75% from 255 or 42.38% from 564); Max value from RGB is 255 - color contains mainly: red. Hex color #FF46EF is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #FF46EF is #00B910. Grayscale: #909090. Windows color (decimal): -47377 or 15681279. OLE color: 15681279.
HSL color Cylindrical-coordinate representation of color #FF46EF: hue angle of 305.19º degrees, saturation: 1, lightness: 0.64%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #FF46EF is Cyan = 0, Magento = 0.73, Yellow = 0.06 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 70 | 239 | - |
| CMYK | 0 | 0.73 | 0.06 | 0 |
| HSL | 305.19º | 1% | 0.64% | - |
| HSV(B) | 305.19º | 0.73% | 1% | - |
| XYZ | 59.01 | 31.87 | 84.7 | - |
| YUV | 144.58 | 181.29 | 206.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 70 | 239 | 0 | 0.73 | 0.06 | 0 | 305.19 | 1 | 0.64 |
| Hex | FF | 46 | EF | 0 | 49 | 6 | 0 | 131 | 64 | 40 |
| Octal | 377 | 106 | 357 | 0 | 111 | 6 | 0 | 461 | 144 | 100 |
| Binary | 11111111 | 1000110 | 11101111 | 0 | 1001001 | 110 | 0 | 100110001 | 1100100 | 1000000 |
Color Harmonies of #FF46EF
Complementary color
Monochromatic Colors of #FF46EF
Black with #FF46EF
Text Example
Text Example
White with #FF46EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF46EF; }
p { color: rgb(255,70,239); }
H1.HeaderClassName
{
color: #FF46EF;
}
.AnyTagClassName
{
color: #FF46EF;
}
</style>
background-color css
<style>
a { background-color: #FF46EF; }
a { background-color: rgb(255,70,239); }
div.DivClassName
{
background-color: #FF46EF;
}
.BgClassName
{
background-color: #FF46EF;
}
</style>
border-color css
<style>
span { border-color: #FF46EF; }
span { border-color: rgb(255,70,239); }
td.TdClassName
{
border-color: #FF46EF;
}
.TagClassName
{
border-color: #FF46EF;
}
</style>