#FE54FF

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

Shades of Pink Flamingo #FE54FF

Tints of Pink Flamingo #FE54FF

Color information

#FE54FF (or 0xFE54FF) is unknown color: approx Pink Flamingo. HEX triplet: FE, 54 and FF. RGB value is (254,84,255). Sum of RGB (Red+Green+Blue) = 254+84+255=593 (78% of max value = 765). Red value is 254 (99.61% from 255 or 42.83% from 593); Green value is 84 (33.20% from 255 or 14.17% from 593); Blue value is 255 (100% from 255 or 43.00% from 593); Max value from RGB is 255 - color contains mainly: blue. Hex color #FE54FF is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #FE54FF is #01AB00. Grayscale: #999999. Windows color (decimal): -109313 or 16733438. OLE color: 16733438.

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

Color convert

RGB25484255-
CMYK0.000.6700
HSL299.65º100%66.47%-
HSV(B)299.65º67.06%100%-
XYZ62.0934.6398.02-
YUV154.32184.82199.1-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 42.83%
GREEN value IS 84 (33.20% from 255) = 14.17%
BLUE value IS 255 (100% from 255) = 43.00%
R=42.83%
G=14.17%
B=43.00%

CMYK

C (Cyan) values IS 0.00
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal254842550.000.6700299.6510066.47
HexFE54FF0430012c6442
Octal376124377010300454144102
Binary11111110101010011111111010000110010010110011001001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FE54FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FE54FF; }

 p { color: rgb(254,84,255); }

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

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

 a { background-color: rgb(254,84,255); }

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

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

 span { border-color: rgb(254,84,255); }

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