#FE44F5

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

Shades of Pink Flamingo #FE44F5

Tints of Pink Flamingo #FE44F5

Color information

#FE44F5 (or 0xFE44F5) is unknown color: approx Pink Flamingo. HEX triplet: FE, 44 and F5. RGB value is (254,68,245). Sum of RGB (Red+Green+Blue) = 254+68+245=567 (75% of max value = 765). Red value is 254 (99.61% from 255 or 44.80% from 567); Green value is 68 (26.95% from 255 or 11.99% from 567); Blue value is 245 (96.09% from 255 or 43.21% from 567); Max value from RGB is 254 - color contains mainly: red. Hex color #FE44F5 is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #FE44F5 is #01BB0A. Grayscale: #8F8F8F. Windows color (decimal): -113419 or 16073982. OLE color: 16073982.

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

Color convert

RGB25468245-
CMYK00.730.040.00
HSL302.9º98.94%63.14%-
HSV(B)302.9º73.23%99.61%-
XYZ59.4231.889.39-
YUV143.79185.12206.61-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 44.80%
GREEN value IS 68 (26.95% from 255) = 11.99%
BLUE value IS 245 (96.09% from 255) = 43.21%
R=44.80%
G=11.99%
B=43.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.04
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2546824500.730.040.00302.998.9463.14
HexFE44F50494012f633f
Octal37610436501114045714377
Binary111111101000100111101010100100110001001011111100011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FE44F5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FE44F5; }

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

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

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

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

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

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

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

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