#FF54FE

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

Shades of Pink Flamingo #FF54FE

Tints of Pink Flamingo #FF54FE

Color information

#FF54FE (or 0xFF54FE) is unknown color: approx Pink Flamingo. HEX triplet: FF, 54 and FE. RGB value is (255,84,254). Sum of RGB (Red+Green+Blue) = 255+84+254=593 (78% of max value = 765). Red value is 255 (100% from 255 or 43.00% from 593); Green value is 84 (33.20% from 255 or 14.17% from 593); Blue value is 254 (99.61% from 255 or 42.83% from 593); Max value from RGB is 255 - color contains mainly: red. Hex color #FF54FE is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #FF54FE is #00AB01. Grayscale: #9A9A9A. Windows color (decimal): -43778 or 16667903. OLE color: 16667903.

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

Color convert

RGB25584254-
CMYK00.670.000
HSL300.35º100%66.47%-
HSV(B)300.35º67.06%100%-
XYZ62.334.7697.19-
YUV154.51184.15199.68-

RGB Variations

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

RGB

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

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.00
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2558425400.670.000300.3510066.47
HexFF54FE0430012c6442
Octal377124376010300454144102
Binary11111111101010011111110010000110010010110011001001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FF54FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FF54FE; }

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

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

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

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

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

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

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

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