#FA62EA

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

Shades of Pink Flamingo #FA62EA

Tints of Pink Flamingo #FA62EA

Color information

#FA62EA (or 0xFA62EA) is unknown color: approx Pink Flamingo. HEX triplet: FA, 62 and EA. RGB value is (250,98,234). Sum of RGB (Red+Green+Blue) = 250+98+234=582 (77% of max value = 765). Red value is 250 (98.05% from 255 or 42.96% from 582); Green value is 98 (38.67% from 255 or 16.84% from 582); Blue value is 234 (91.80% from 255 or 40.21% from 582); Max value from RGB is 250 - color contains mainly: red. Hex color #FA62EA is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #FA62EA is #059D15. Grayscale: #9E9E9E. Windows color (decimal): -367894 or 15360762. OLE color: 15360762.

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

Color convert

RGB25098234-
CMYK00.610.060.02
HSL306.32º93.83%68.24%-
HSV(B)306.32º60.8%98.04%-
XYZ58.643581.51-
YUV158.95170.36192.94-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 42.96%
GREEN value IS 98 (38.67% from 255) = 16.84%
BLUE value IS 234 (91.80% from 255) = 40.21%
R=42.96%
G=16.84%
B=40.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.06
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2509823400.610.060.02306.3293.8368.24
HexFA62EA03D621325e44
Octal37214235207562462136104
Binary1111101011000101110101001111011101010011001010111101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FA62EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FA62EA; }

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

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

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

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

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

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

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

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