#FF51ED

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

Shades of Pink Flamingo #FF51ED

Tints of Pink Flamingo #FF51ED

Color information

#FF51ED (or 0xFF51ED) is unknown color: approx Pink Flamingo. HEX triplet: FF, 51 and ED. RGB value is (255,81,237). Sum of RGB (Red+Green+Blue) = 255+81+237=573 (75% of max value = 765). Red value is 255 (100% from 255 or 44.50% from 573); Green value is 81 (32.03% from 255 or 14.14% from 573); Blue value is 237 (92.97% from 255 or 41.36% from 573); Max value from RGB is 255 - color contains mainly: red. Hex color #FF51ED is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #FF51ED is #00AE12. Grayscale: #969696. Windows color (decimal): -44563 or 15553023. OLE color: 15553023.

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

Color convert

RGB25581237-
CMYK00.680.070
HSL306.21º100%65.88%-
HSV(B)306.21º68.24%100%-
XYZ59.4733.2683.41-
YUV150.81176.65202.32-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 44.50%
GREEN value IS 81 (32.03% from 255) = 14.14%
BLUE value IS 237 (92.97% from 255) = 41.36%
R=44.50%
G=14.14%
B=41.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.07
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2558123700.680.070306.2110065.88
HexFF51ED044701326442
Octal377121355010470462144102
Binary1111111110100011110110101000100111010011001011001001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FF51ED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FF51ED; }

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

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

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

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

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

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

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

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