#FE55FA

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

Shades of Pink Flamingo #FE55FA

Tints of Pink Flamingo #FE55FA

Color information

#FE55FA (or 0xFE55FA) is unknown color: approx Pink Flamingo. HEX triplet: FE, 55 and FA. RGB value is (254,85,250). Sum of RGB (Red+Green+Blue) = 254+85+250=589 (78% of max value = 765). Red value is 254 (99.61% from 255 or 43.12% from 589); Green value is 85 (33.59% from 255 or 14.43% from 589); Blue value is 250 (98.05% from 255 or 42.44% from 589); Max value from RGB is 254 - color contains mainly: red. Hex color #FE55FA is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #FE55FA is #01AA05. Grayscale: #999999. Windows color (decimal): -109062 or 16406014. OLE color: 16406014.

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

Color convert

RGB25485250-
CMYK00.670.020.00
HSL301.42º98.83%66.47%-
HSV(B)301.42º66.54%99.61%-
XYZ61.3834.4793.86-
YUV154.34181.99199.08-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 43.12%
GREEN value IS 85 (33.59% from 255) = 14.43%
BLUE value IS 250 (98.05% from 255) = 42.44%
R=43.12%
G=14.43%
B=42.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.02
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2548525000.670.020.00301.4298.8366.47
HexFE55FA0432012d6342
Octal376125372010320455143102
Binary111111101010101111110100100001110010010110111000111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FE55FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FE55FA; }

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

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

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

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

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

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

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

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