#FE44FF

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

Shades of Pink Flamingo #FE44FF

Tints of Pink Flamingo #FE44FF

Color information

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

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

Color convert

RGB25468255-
CMYK0.000.7300
HSL299.68º100%63.33%-
HSV(B)299.68º73.33%100%-
XYZ60.9932.4397.65-
YUV144.93190.12205.79-

RGB Variations

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

RGB

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

CMYK

C (Cyan) values IS 0.00
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal254682550.000.7300299.6810063.33
HexFE44FF0490012c643f
Octal37610437701110045414477
Binary1111111010001001111111101001001001001011001100100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FE44FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FE44FF; }

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

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

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

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

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

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

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

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