#fa5eff

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

Shades of Pink Flamingo #FA5EFF

Tints of Pink Flamingo #FA5EFF

Color information

#FA5EFF (or 0xFA5EFF) is unknown color: approx Pink Flamingo. HEX triplet: FA, 5E and FF. RGB value is (250,94,255). Sum of RGB (Red+Green+Blue) = 250+94+255=599 (79% of max value = 765). Red value is 250 (98.05% from 255 or 41.74% from 599); Green value is 94 (37.11% from 255 or 15.69% from 599); Blue value is 255 (100% from 255 or 42.57% from 599); Max value from RGB is 255 - color contains mainly: blue. Hex color #FA5EFF is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #FA5EFF is #05A100. Grayscale: #9E9E9E. Windows color (decimal): -368897 or 16735994. OLE color: 16735994.

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

Color convert

RGB25094255-
CMYK0.020.6300
HSL298.14º100%68.43%-
HSV(B)298.14º63.14%100%-
XYZ61.4835.5598.23-
YUV159182.18192.91-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 41.74%
GREEN value IS 94 (37.11% from 255) = 15.69%
BLUE value IS 255 (100% from 255) = 42.57%
R=41.74%
G=15.69%
B=42.57%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal250942550.020.6300298.1410068.43
HexFA5EFF23F0012a6444
Octal37213637727700452144104
Binary11111010101111011111111101111110010010101011001001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #fa5eff

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #fa5eff; }

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

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

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

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

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

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

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

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