#FF5DFE

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

Shades of Pink Flamingo #FF5DFE

Tints of Pink Flamingo #FF5DFE

Color information

#FF5DFE (or 0xFF5DFE) is unknown color: approx Pink Flamingo. HEX triplet: FF, 5D and FE. RGB value is (255,93,254). Sum of RGB (Red+Green+Blue) = 255+93+254=602 (79% of max value = 765). Red value is 255 (100% from 255 or 42.36% from 602); Green value is 93 (36.72% from 255 or 15.45% from 602); Blue value is 254 (99.61% from 255 or 42.19% from 602); Max value from RGB is 255 - color contains mainly: red. Hex color #FF5DFE is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #FF5DFE is #00A201. Grayscale: #9F9F9F. Windows color (decimal): -41474 or 16670207. OLE color: 16670207.

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

Color convert

RGB25593254-
CMYK00.640.000
HSL300.37º100%68.24%-
HSV(B)300.37º63.53%100%-
XYZ63.0436.2497.44-
YUV159.79181.17195.91-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 42.36%
GREEN value IS 93 (36.72% from 255) = 15.45%
BLUE value IS 254 (99.61% from 255) = 42.19%
R=42.36%
G=15.45%
B=42.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.00
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2559325400.640.000300.3710068.24
HexFF5DFE0400012c6444
Octal377135376010000454144104
Binary11111111101110111111110010000000010010110011001001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FF5DFE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FF5DFE; }

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

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

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

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

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

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

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

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