#FA55EA

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

Shades of Pink Flamingo #FA55EA

Tints of Pink Flamingo #FA55EA

Color information

#FA55EA (or 0xFA55EA) is unknown color: approx Pink Flamingo. HEX triplet: FA, 55 and EA. RGB value is (250,85,234). Sum of RGB (Red+Green+Blue) = 250+85+234=569 (75% of max value = 765). Red value is 250 (98.05% from 255 or 43.94% from 569); Green value is 85 (33.59% from 255 or 14.94% from 569); Blue value is 234 (91.80% from 255 or 41.12% from 569); Max value from RGB is 250 - color contains mainly: red. Hex color #FA55EA is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #FA55EA is #05AA15. Grayscale: #969696. Windows color (decimal): -371222 or 15357434. OLE color: 15357434.

HSL color Cylindrical-coordinate representation of color #FA55EA: hue angle of 305.82º degrees, saturation: 0.94, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #FA55EA is Cyan = 0, Magento = 0.66, Yellow = 0.06 and Black (K on CMYK) = 0.02.

Color convert

RGB25085234-
CMYK00.660.060.02
HSL305.82º94.29%65.69%-
HSV(B)305.82º66%98.04%-
XYZ57.5232.7681.13-
YUV151.32174.66198.38-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 43.94%
GREEN value IS 85 (33.59% from 255) = 14.94%
BLUE value IS 234 (91.80% from 255) = 41.12%
R=43.94%
G=14.94%
B=41.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.06
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2508523400.660.060.02305.8294.2965.69
HexFA55EA042621325e42
Octal372125352010262462136102
Binary11111010101010111101010010000101101010011001010111101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FA55EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FA55EA; }

 p { color: rgb(250,85,234); }

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

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

 a { background-color: rgb(250,85,234); }

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

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

 span { border-color: rgb(250,85,234); }

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