#FE5DF5

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

Shades of Pink Flamingo #FE5DF5

Tints of Pink Flamingo #FE5DF5

Color information

#FE5DF5 (or 0xFE5DF5) is unknown color: approx Pink Flamingo. HEX triplet: FE, 5D and F5. RGB value is (254,93,245). Sum of RGB (Red+Green+Blue) = 254+93+245=592 (78% of max value = 765). Red value is 254 (99.61% from 255 or 42.91% from 592); Green value is 93 (36.72% from 255 or 15.71% from 592); Blue value is 245 (96.09% from 255 or 41.39% from 592); Max value from RGB is 254 - color contains mainly: red. Hex color #FE5DF5 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #FE5DF5 is #01A20A. Grayscale: #9E9E9E. Windows color (decimal): -107019 or 16080382. OLE color: 16080382.

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

Color convert

RGB25493245-
CMYK00.630.040.00
HSL303.35º98.77%68.04%-
HSV(B)303.35º63.39%99.61%-
XYZ61.2735.4990.01-
YUV158.47176.84196.14-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 42.91%
GREEN value IS 93 (36.72% from 255) = 15.71%
BLUE value IS 245 (96.09% from 255) = 41.39%
R=42.91%
G=15.71%
B=41.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.04
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2549324500.630.040.00303.3598.7768.04
HexFE5DF503F4012f6344
Octal37613536507740457143104
Binary111111101011101111101010111111100010010111111000111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FE5DF5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FE5DF5; }

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

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

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

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

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

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

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

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