#FA58EE

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

Shades of Pink Flamingo #FA58EE

Tints of Pink Flamingo #FA58EE

Color information

#FA58EE (or 0xFA58EE) is unknown color: approx Pink Flamingo. HEX triplet: FA, 58 and EE. RGB value is (250,88,238). Sum of RGB (Red+Green+Blue) = 250+88+238=576 (76% of max value = 765). Red value is 250 (98.05% from 255 or 43.40% from 576); Green value is 88 (34.77% from 255 or 15.28% from 576); Blue value is 238 (93.36% from 255 or 41.32% from 576); Max value from RGB is 250 - color contains mainly: red. Hex color #FA58EE is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #FA58EE is #05A711. Grayscale: #999999. Windows color (decimal): -370450 or 15620346. OLE color: 15620346.

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

Color convert

RGB25088238-
CMYK00.650.050.02
HSL304.44º94.19%66.27%-
HSV(B)304.44º64.8%98.04%-
XYZ58.3533.4884.28-
YUV153.54175.67196.8-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 43.40%
GREEN value IS 88 (34.77% from 255) = 15.28%
BLUE value IS 238 (93.36% from 255) = 41.32%
R=43.40%
G=15.28%
B=41.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.05
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2508823800.650.050.02304.4494.1966.27
HexFA58EE041521305e42
Octal372130356010152460136102
Binary11111010101100011101110010000011011010011000010111101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FA58EE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FA58EE; }

 p { color: rgb(250,88,238); }

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

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

 a { background-color: rgb(250,88,238); }

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

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

 span { border-color: rgb(250,88,238); }

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