#FE5AF9

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

Shades of Pink Flamingo #FE5AF9

Tints of Pink Flamingo #FE5AF9

Color information

#FE5AF9 (or 0xFE5AF9) is unknown color: approx Pink Flamingo. HEX triplet: FE, 5A and F9. RGB value is (254,90,249). Sum of RGB (Red+Green+Blue) = 254+90+249=593 (78% of max value = 765). Red value is 254 (99.61% from 255 or 42.83% from 593); Green value is 90 (35.55% from 255 or 15.18% from 593); Blue value is 249 (97.66% from 255 or 41.99% from 593); Max value from RGB is 254 - color contains mainly: red. Hex color #FE5AF9 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #FE5AF9 is #01A506. Grayscale: #9C9C9C. Windows color (decimal): -107783 or 16341758. OLE color: 16341758.

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

Color convert

RGB25490249-
CMYK00.650.020.00
HSL301.83º98.8%67.45%-
HSV(B)301.83º64.57%99.61%-
XYZ61.6335.2293.17-
YUV157.16179.83197.07-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 42.83%
GREEN value IS 90 (35.55% from 255) = 15.18%
BLUE value IS 249 (97.66% from 255) = 41.99%
R=42.83%
G=15.18%
B=41.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.02
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2549024900.650.020.00301.8398.867.45
HexFE5AF90412012e6343
Octal376132371010120456143103
Binary111111101011010111110010100000110010010111011000111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FE5AF9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FE5AF9; }

 p { color: rgb(254,90,249); }

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

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

 a { background-color: rgb(254,90,249); }

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

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

 span { border-color: rgb(254,90,249); }

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