#FF46ED

Color #FF46ED Pink Flamingo (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Pink Flamingo #FF46ED

Tints of Pink Flamingo #FF46ED

Color information

#FF46ED (or 0xFF46ED) is unknown color: approx Pink Flamingo. HEX triplet: FF, 46 and ED. RGB value is (255,70,237). Sum of RGB (Red+Green+Blue) = 255+70+237=562 (74% of max value = 765). Red value is 255 (100% from 255 or 45.37% from 562); Green value is 70 (27.73% from 255 or 12.46% from 562); Blue value is 237 (92.97% from 255 or 42.17% from 562); Max value from RGB is 255 - color contains mainly: red. Hex color #FF46ED is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #FF46ED is #00B912. Grayscale: #8F8F8F. Windows color (decimal): -47379 or 15550207. OLE color: 15550207.

HSL color Cylindrical-coordinate representation of color #FF46ED: hue angle of 305.84º 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 #FF46ED is Cyan = 0, Magento = 0.73, Yellow = 0.07 and Black (K on CMYK) = 0.

Color convert

RGB25570237-
CMYK00.730.070
HSL305.84º100%63.73%-
HSV(B)305.84º72.55%100%-
XYZ58.7231.7583.16-
YUV144.35180.29206.92-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 255 (100% from 255) = 45.37%
GREEN value IS 70 (27.73% from 255) = 12.46%
BLUE value IS 237 (92.97% from 255) = 42.17%
R=45.37%
G=12.46%
B=42.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.07
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2557023700.730.070305.8410063.73
HexFF46ED049701326440
Octal377106355011170462144100
Binary1111111110001101110110101001001111010011001011001001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FF46ED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FF46ED; }

 p { color: rgb(255,70,237); }

 H1.HeaderClassName
 {
   color: #FF46ED;
 }
 .AnyTagClassName
 {
   color: #FF46ED;
 }
</style>
background-color css

<style>
 a { background-color: #FF46ED; }

 a { background-color: rgb(255,70,237); }

 div.DivClassName
 {
   background-color: #FF46ED;
 }
 .BgClassName
 {
   background-color: #FF46ED;
 }
</style>
border-color css

<style>
 span { border-color: #FF46ED; }

 span { border-color: rgb(255,70,237); }

 td.TdClassName
 {
   border-color: #FF46ED;
 }
 .TagClassName
 {
   border-color: #FF46ED;
 }
</style>