#fe5bf5

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

Shades of Pink Flamingo #FE5BF5

Tints of Pink Flamingo #FE5BF5

Color information

#FE5BF5 (or 0xFE5BF5) is unknown color: approx Pink Flamingo. HEX triplet: FE, 5B and F5. RGB value is (254,91,245). Sum of RGB (Red+Green+Blue) = 254+91+245=590 (78% of max value = 765). Red value is 254 (99.61% from 255 or 43.05% from 590); Green value is 91 (35.94% from 255 or 15.42% from 590); Blue value is 245 (96.09% from 255 or 41.53% from 590); Max value from RGB is 254 - color contains mainly: red. Hex color #FE5BF5 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #FE5BF5 is #01A40A. Grayscale: #9C9C9C. Windows color (decimal): -107531 or 16079870. OLE color: 16079870.

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

Color convert

RGB25491245-
CMYK00.640.040.00
HSL303.31º98.79%67.65%-
HSV(B)303.31º64.17%99.61%-
XYZ61.135.1589.95-
YUV157.29177.5196.98-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 43.05%
GREEN value IS 91 (35.94% from 255) = 15.42%
BLUE value IS 245 (96.09% from 255) = 41.53%
R=43.05%
G=15.42%
B=41.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.04
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2549124500.640.040.00303.3198.7967.65
HexFE5BF50404012f6344
Octal376133365010040457143104
Binary1111111010110111111010101000000100010010111111000111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #fe5bf5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #fe5bf5; }

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

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

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

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

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

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

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

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