#FF44FE

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

Shades of Pink Flamingo #FF44FE

Tints of Pink Flamingo #FF44FE

Color information

#FF44FE (or 0xFF44FE) is unknown color: approx Pink Flamingo. HEX triplet: FF, 44 and FE. RGB value is (255,68,254). Sum of RGB (Red+Green+Blue) = 255+68+254=577 (76% of max value = 765). Red value is 255 (100% from 255 or 44.19% from 577); Green value is 68 (26.95% from 255 or 11.79% from 577); Blue value is 254 (99.61% from 255 or 44.02% from 577); Max value from RGB is 255 - color contains mainly: red. Hex color #FF44FE is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #FF44FE is #00BB01. Grayscale: #909090. Windows color (decimal): -47874 or 16663807. OLE color: 16663807.

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

Color convert

RGB25568254-
CMYK00.730.000
HSL300.32º100%63.33%-
HSV(B)300.32º73.33%100%-
XYZ61.232.5596.82-
YUV145.12189.45206.38-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 44.19%
GREEN value IS 68 (26.95% from 255) = 11.79%
BLUE value IS 254 (99.61% from 255) = 44.02%
R=44.19%
G=11.79%
B=44.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.00
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2556825400.730.000300.3210063.33
HexFF44FE0490012c643f
Octal37710437601110045414477
Binary1111111110001001111111001001001001001011001100100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FF44FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FF44FE; }

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

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

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

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

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

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

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

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