#FF47ED

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

Shades of Pink Flamingo #FF47ED

Tints of Pink Flamingo #FF47ED

Color information

#FF47ED (or 0xFF47ED) is unknown color: approx Pink Flamingo. HEX triplet: FF, 47 and ED. RGB value is (255,71,237). Sum of RGB (Red+Green+Blue) = 255+71+237=563 (74% of max value = 765). Red value is 255 (100% from 255 or 45.29% from 563); Green value is 71 (28.12% from 255 or 12.61% from 563); Blue value is 237 (92.97% from 255 or 42.10% from 563); Max value from RGB is 255 - color contains mainly: red. Hex color #FF47ED is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #FF47ED is #00B812. Grayscale: #909090. Windows color (decimal): -47123 or 15550463. OLE color: 15550463.

HSL color Cylindrical-coordinate representation of color #FF47ED: hue angle of 305.87º degrees, saturation: 1, lightness: 0.64%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #FF47ED is Cyan = 0, Magento = 0.72, Yellow = 0.07 and Black (K on CMYK) = 0.

Color convert

RGB25571237-
CMYK00.720.070
HSL305.87º100%63.92%-
HSV(B)305.87º72.16%100%-
XYZ58.7831.8883.18-
YUV144.94179.96206.5-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 45.29%
GREEN value IS 71 (28.12% from 255) = 12.61%
BLUE value IS 237 (92.97% from 255) = 42.10%
R=45.29%
G=12.61%
B=42.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.07
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2557123700.720.070305.8710063.92
HexFF47ED048701326440
Octal377107355011070462144100
Binary1111111110001111110110101001000111010011001011001001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FF47ED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FF47ED; }

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

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

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

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

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

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

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

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