#FF5EFE

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

Shades of Pink Flamingo #FF5EFE

Tints of Pink Flamingo #FF5EFE

Color information

#FF5EFE (or 0xFF5EFE) is unknown color: approx Pink Flamingo. HEX triplet: FF, 5E and FE. RGB value is (255,94,254). Sum of RGB (Red+Green+Blue) = 255+94+254=603 (79% of max value = 765). Red value is 255 (100% from 255 or 42.29% from 603); Green value is 94 (37.11% from 255 or 15.59% from 603); Blue value is 254 (99.61% from 255 or 42.12% from 603); Max value from RGB is 255 - color contains mainly: red. Hex color #FF5EFE is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #FF5EFE is #00A101. Grayscale: #9F9F9F. Windows color (decimal): -41218 or 16670463. OLE color: 16670463.

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

Color convert

RGB25594254-
CMYK00.630.000
HSL300.37º100%68.43%-
HSV(B)300.37º63.14%100%-
XYZ63.1336.4297.47-
YUV160.38180.84195.49-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 42.29%
GREEN value IS 94 (37.11% from 255) = 15.59%
BLUE value IS 254 (99.61% from 255) = 42.12%
R=42.29%
G=15.59%
B=42.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.00
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2559425400.630.000300.3710068.43
HexFF5EFE03F0012c6444
Octal37713637607700454144104
Binary1111111110111101111111001111110010010110011001001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FF5EFE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FF5EFE; }

 p { color: rgb(255,94,254); }

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

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

 a { background-color: rgb(255,94,254); }

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

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

 span { border-color: rgb(255,94,254); }

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