#FA5EFA

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

Shades of Pink Flamingo #FA5EFA

Tints of Pink Flamingo #FA5EFA

Color information

#FA5EFA (or 0xFA5EFA) is unknown color: approx Pink Flamingo. HEX triplet: FA, 5E and FA. RGB value is (250,94,250). Sum of RGB (Red+Green+Blue) = 250+94+250=594 (78% of max value = 765). Red value is 250 (98.05% from 255 or 42.09% from 594); Green value is 94 (37.11% from 255 or 15.82% from 594); Blue value is 250 (98.05% from 255 or 42.09% from 594); Max value from RGB is 250 - color contains mainly: red, blue. Hex color #FA5EFA is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #FA5EFA is #05A105. Grayscale: #9D9D9D. Windows color (decimal): -368902 or 16408314. OLE color: 16408314.

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

Color convert

RGB25094250-
CMYK00.6200.02
HSL300º93.98%67.45%-
HSV(B)300º62.4%98.04%-
XYZ60.6835.2394.04-
YUV158.43179.68193.32-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 42.09%
GREEN value IS 94 (37.11% from 255) = 15.82%
BLUE value IS 250 (98.05% from 255) = 42.09%
R=42.09%
G=15.82%
B=42.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2509425000.6200.0230093.9867.45
HexFA5EFA03E0212c5e43
Octal37213637207602454136103
Binary11111010101111011111010011111001010010110010111101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FA5EFA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FA5EFA; }

 p { color: rgb(250,94,250); }

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

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

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

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

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

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

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