#FE5DFA

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

Shades of Pink Flamingo #FE5DFA

Tints of Pink Flamingo #FE5DFA

Color information

#FE5DFA (or 0xFE5DFA) is unknown color: approx Pink Flamingo. HEX triplet: FE, 5D and FA. RGB value is (254,93,250). Sum of RGB (Red+Green+Blue) = 254+93+250=597 (79% of max value = 765). Red value is 254 (99.61% from 255 or 42.55% from 597); Green value is 93 (36.72% from 255 or 15.58% from 597); Blue value is 250 (98.05% from 255 or 41.88% from 597); Max value from RGB is 254 - color contains mainly: red. Hex color #FE5DFA is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #FE5DFA is #01A205. Grayscale: #9E9E9E. Windows color (decimal): -107014 or 16408062. OLE color: 16408062.

HSL color Cylindrical-coordinate representation of color #FE5DFA: hue angle of 301.49º 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 #FE5DFA is Cyan = 0, Magento = 0.63, Yellow = 0.02 and Black (K on CMYK) = 0.00.

Color convert

RGB25493250-
CMYK00.630.020.00
HSL301.49º98.77%68.04%-
HSV(B)301.49º63.39%99.61%-
XYZ62.0435.894.08-
YUV159.04179.34195.73-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 42.55%
GREEN value IS 93 (36.72% from 255) = 15.58%
BLUE value IS 250 (98.05% from 255) = 41.88%
R=42.55%
G=15.58%
B=41.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.02
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2549325000.630.020.00301.4998.7768.04
HexFE5DFA03F2012d6344
Octal37613537207720455143104
Binary11111110101110111111010011111110010010110111000111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FE5DFA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FE5DFA; }

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

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

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

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

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

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

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

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